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:
- 8:5066ce13a430
- Parent:
- 6:a54df561f442
- Child:
- 15:afeefa3ceb61
--- a/Engine/Engine.h Fri Mar 15 07:55:23 2019 +0000
+++ b/Engine/Engine.h Fri Mar 15 16:39:06 2019 +0000
@@ -8,7 +8,7 @@
class Engine {
private:
- const float FPS = 30;
+ static const float FPS = 30;
Game game;
public:
/* Constructor */
