1
0
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:
Rémi Verschelde
2024-06-25 10:01:46 +02:00
2 changed files with 8 additions and 4 deletions

View File

@@ -620,7 +620,7 @@ public:
DataType type;
StringName struct_name;
DataPrecision precision;
ConstantNode *initializer = nullptr;
Node *initializer = nullptr;
int array_size;
};