src: transform all old writable in annotations
[nit.git] / lib / mnit / mnit_fps.nit
index cd30e83..2b2abf1 100644 (file)
@@ -24,7 +24,7 @@ redef class App
        # Zero (or a negative value) means no limit.
        #
        # Applications can modify this value even during the main-loop.
-       var maximum_fps writable = 60
+       var maximum_fps = 60 is writable
 
        # Current frame-rate
        # Updated each 5 seconds.