examples: update users of `mnit::mnit_fps`
[nit.git] / contrib / crazy_moles / src / moles.nit
index 27ca3ad..505ce49 100644 (file)
@@ -318,7 +318,7 @@ redef class App
        do
                super
 
-               maximum_fps = 50
+               maximum_fps = 50.0
        end
 
        redef fun frame_core(display)