You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix orphan strings in shader preprocessor
This commit is contained in:
@@ -215,6 +215,7 @@ private:
|
||||
void set_error(const String &p_error, int p_line);
|
||||
|
||||
static Define *create_define(const String &p_body);
|
||||
void insert_builtin_define(String p_name, String p_value, State &p_state);
|
||||
|
||||
void clear_state();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user