Making constant variable constant.
This commit is contained in:
parent
95ce45c944
commit
a173e1b9eb
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user