diff options
| author | Rémi Verschelde | 2016-05-17 23:47:08 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-17 23:47:26 +0200 |
| commit | be4d95c19a05e651b5a727ab9f227b27f12fe0a9 (patch) | |
| tree | c7b84f051ffa9872e95e3fe74525587eacbe6579 /scene/2d/canvas_modulate.h | |
| parent | f33460aa2397a6d38f26b671318cb8864d258047 (diff) | |
| download | godot-be4d95c19a05e651b5a727ab9f227b27f12fe0a9.tar.gz godot-be4d95c19a05e651b5a727ab9f227b27f12fe0a9.tar.zst godot-be4d95c19a05e651b5a727ab9f227b27f12fe0a9.zip | |
Diffstat (limited to 'scene/2d/canvas_modulate.h')
| -rw-r--r-- | scene/2d/canvas_modulate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/canvas_modulate.h b/scene/2d/canvas_modulate.h index 73f920d5c..0445db27a 100644 --- a/scene/2d/canvas_modulate.h +++ b/scene/2d/canvas_modulate.h @@ -16,7 +16,7 @@ public: void set_color(const Color& p_color); Color get_color() const; - String CanvasModulate::get_configuration_warning() const; + String get_configuration_warning() const; CanvasModulate(); ~CanvasModulate(); |
