Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of el17ajf by
Diff: Engine/Engine.h
- Revision:
- 15:afeefa3ceb61
- Parent:
- 8:5066ce13a430
- Child:
- 16:3f84f2d7b910
--- a/Engine/Engine.h Mon Mar 18 18:26:11 2019 +0000
+++ b/Engine/Engine.h Tue Mar 19 10:36:51 2019 +0000
@@ -8,7 +8,7 @@
class Engine {
private:
- static const float FPS = 30;
+ static const float FPS = 24;
Game game;
public:
/* Constructor */
