examples: update users of `mnit::mnit_fps`
[nit.git] / examples / mnit_ballz / src / ballz_linux.nit
index 6f089a8..bd2e563 100644 (file)
@@ -29,7 +29,7 @@ redef class App
 
        redef fun run
        do
-               maximum_fps = 50
+               maximum_fps = 50.0
                super
        end