Commit be1085cb by John Kessenich

Build: add switch default to make compilers happy

parent fba125a9
......@@ -1352,6 +1352,8 @@ public:
case EbtBool:
case EbtAtomicUint:
return true;
default:
break;
}
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment