Fixed switch without case warning.
This commit is contained in:
parent
6e72412eb0
commit
80b6202ec0
@ -65,6 +65,7 @@ namespace bgfx
|
||||
break;
|
||||
#endif // BGFX_CONFIG_RENDERER_OPENGL
|
||||
|
||||
case ovrRenderAPI_None:
|
||||
default:
|
||||
BX_CHECK(false, "You should not be here!");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user