pixelisation try to stay between 60 and 90 fps

This commit is contained in:
2025-01-11 16:03:08 +01:00
parent ec30084d6f
commit e0b057a189
5 changed files with 22 additions and 9 deletions

View File

@ -6,7 +6,7 @@
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/13 16:15:41 by TheRed #+# #+# */
/* Updated: 2024/12/23 18:35:35 by ycontre ### ########.fr */
/* Updated: 2025/01/11 15:48:52 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -45,7 +45,8 @@ class Window
float _fps;
float _delta;
int _frameCount;
int _pixelisation;
};
#endif
#endif