summaryrefslogtreecommitdiff
path: root/scene/2d/canvas_modulate.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/canvas_modulate.h')
-rw-r--r--scene/2d/canvas_modulate.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/scene/2d/canvas_modulate.h b/scene/2d/canvas_modulate.h
index a0bb27b1c5..8e62b5ccb9 100644
--- a/scene/2d/canvas_modulate.h
+++ b/scene/2d/canvas_modulate.h
@@ -33,15 +33,16 @@
class CanvasModulate : public Node2D {
- GDCLASS(CanvasModulate,Node2D);
+ GDCLASS(CanvasModulate, Node2D);
Color color;
+
protected:
void _notification(int p_what);
static void _bind_methods();
-public:
- void set_color(const Color& p_color);
+public:
+ void set_color(const Color &p_color);
Color get_color() const;
String get_configuration_warning() const;