From 20ea120b423eaada8554cd3c81466702a35ffdda Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Mon, 15 Feb 2016 18:44:23 +0100 Subject: [PATCH] code clean --- src/OpenTKGameWindow.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/OpenTKGameWindow.cs b/src/OpenTKGameWindow.cs index a2ca54d8..48080912 100644 --- a/src/OpenTKGameWindow.cs +++ b/src/OpenTKGameWindow.cs @@ -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 -- 2.47.3