diff options
Diffstat (limited to 'include/godot_cpp/core')
| -rw-r--r-- | include/godot_cpp/core/Color.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/godot_cpp/core/Color.hpp b/include/godot_cpp/core/Color.hpp index d0f834d..528e674 100644 --- a/include/godot_cpp/core/Color.hpp +++ b/include/godot_cpp/core/Color.hpp @@ -14,7 +14,7 @@ struct Color { private: - static float _parse_col(const String& p_str, int p_ofs); + // static float _parse_col(const String& p_str, int p_ofs); public: union { |
