reworked object system a little bit
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user