ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

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 */