Small bug fix
This commit is contained in:
parent
b8bca01082
commit
faa5316836
@ -229,7 +229,7 @@ void main_loop() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
rendering_loop(&data);
|
rendering_loop(&data);
|
||||||
if (keys[0]) {
|
if (keys[0] && keys[0] != KEY_EQUAL) {
|
||||||
data.scene.resolution_x = SCENE_MAX_RESOLUTION_X;
|
data.scene.resolution_x = SCENE_MAX_RESOLUTION_X;
|
||||||
data.scene.resolution_y = SCENE_MAX_RESOLUTION_Y;
|
data.scene.resolution_y = SCENE_MAX_RESOLUTION_Y;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user