Making constant variable constant.

This commit is contained in:
Faerbit 2015-04-25 22:56:11 +02:00
parent 95ce45c944
commit a173e1b9eb

View File

@ -169,7 +169,7 @@ void Level::update(float runTimeSinceLastUpdate, float runTime, glm::vec2 mouseD
mouseDelta.x=mouseDelta.y=0;
}
int runs = 4;
const int runs = 4;
if(i>=20)
{