You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Allow using empty statements in the shader, added formatting warning
This commit is contained in:
@@ -287,6 +287,7 @@ public:
|
||||
OP_CONSTRUCT,
|
||||
OP_STRUCT,
|
||||
OP_INDEX,
|
||||
OP_EMPTY,
|
||||
OP_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user