mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-14 00:49:53 -04:00
Fixed switch without case warning.
This commit is contained in:
parent
6e72412eb0
commit
80b6202ec0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue