1
0
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:
Chaosus
2024-11-26 11:59:52 +03:00
parent 9aed9eca40
commit 5a48e527b2
4 changed files with 25 additions and 27 deletions

View File

@@ -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();