summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/core')
-rw-r--r--include/godot_cpp/core/Color.hpp2
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 {