You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #93469 from Chaosus/shader_fix_crash
Fix crash on shader constant initialization on MinGW compiler
This commit is contained in:
@@ -620,7 +620,7 @@ public:
|
||||
DataType type;
|
||||
StringName struct_name;
|
||||
DataPrecision precision;
|
||||
ConstantNode *initializer = nullptr;
|
||||
Node *initializer = nullptr;
|
||||
int array_size;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user