From: jpbruyere Date: Mon, 15 Feb 2016 17:44:23 +0000 (+0100) Subject: code clean X-Git-Tag: v0.4~127^2~15 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=20ea120b423eaada8554cd3c81466702a35ffdda;p=jp%2Fcrow.git code clean --- 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