Build: add switch default to make compilers happy
This commit is contained in:
parent
fba125a988
commit
be1085cb88
@ -1352,6 +1352,8 @@ public:
|
||||
case EbtBool:
|
||||
case EbtAtomicUint:
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user