Prevent shader crash if multiple variables has been declared in 'for'
This commit is contained in:
@ -487,6 +487,7 @@ public:
|
||||
|
||||
enum BlockType {
|
||||
BLOCK_TYPE_STANDART,
|
||||
BLOCK_TYPE_FOR,
|
||||
BLOCK_TYPE_SWITCH,
|
||||
BLOCK_TYPE_CASE,
|
||||
BLOCK_TYPE_DEFAULT,
|
||||
|
||||
Reference in New Issue
Block a user