diff options
Diffstat (limited to 'scene/2d/canvas_modulate.h')
-rw-r--r-- | scene/2d/canvas_modulate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/2d/canvas_modulate.h b/scene/2d/canvas_modulate.h index ada6e27760..a0b61f43ba 100644 --- a/scene/2d/canvas_modulate.h +++ b/scene/2d/canvas_modulate.h @@ -34,7 +34,6 @@ #include "scene/2d/node_2d.h" class CanvasModulate : public Node2D { - GDCLASS(CanvasModulate, Node2D); Color color; |