]> O.S.I.I.S - jp/crow.git/commitdiff
removed useless RegisterForGraphicUpdate in GO CTOR
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 16 Feb 2016 12:52:22 +0000 (13:52 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 16 Feb 2016 12:52:22 +0000 (13:52 +0100)
src/GraphicObjects/GraphicObject.cs

index 5cda919156258a787d8f46ca597dcb8ef770cdf5..b184d2d9ea77349226bf3f6bc4501dfa6fe0b1d7 100644 (file)
@@ -45,7 +45,6 @@ namespace Crow
                                return;
 
                        loadDefaultValues ();
-                       registerForGraphicUpdate ();
                }
                public GraphicObject (Rectangle _bounds)
                {
@@ -54,7 +53,6 @@ namespace Crow
                        
                        loadDefaultValues ();
                        Bounds = _bounds;
-                       registerForGraphicUpdate ();
                }
                #endregion