]> O.S.I.I.S - jp/crow.git/commitdiff
code clean
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 15 Feb 2016 17:44:23 +0000 (18:44 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 15 Feb 2016 17:44:23 +0000 (18:44 +0100)
src/OpenTKGameWindow.cs

index a2ca54d802392614ef00c604ca43caec9e285b08..48080912019141ee53192e51a27a7a1bb2835625 100644 (file)
@@ -448,10 +448,8 @@ namespace Crow
                {
                        base.OnResize (e);
                        createContext ();
-                       foreach (GraphicObject g in GraphicObjects) {
+                       foreach (GraphicObject g in GraphicObjects)
                                g.RegisterForLayouting (LayoutingType.All);
-                               //g.registerForGraphicUpdate();
-                       }
                }
                #endregion