lib/mnit: frame_core is not abstract
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 5 Jun 2014 19:49:19 +0000 (15:49 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 5 Jun 2014 19:50:50 +0000 (15:50 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/mnit/mnit_app.nit

index bc91c38..db147f7 100644 (file)
@@ -53,7 +53,7 @@ redef class App
 
        # Main frame method to redef
        # Is called between readying display and flipping it
-       fun frame_core( display: D ) is abstract
+       fun frame_core( display: D ) do end
 
        # Receive and deal with all inputs
        fun input( event: InputEvent ): Bool