Ver Fonte

Fixed switch without case warning.

Branimir Karadžić há 10 anos atrás
pai
commit
80b6202ec0
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/ovr.cpp

+ 1 - 0
src/ovr.cpp

@@ -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;