Browse Source

Fixed build.

Branimir Karadžić 9 years ago
parent
commit
98f398fd51

+ 1 - 0
examples/runtime/shaders/pssl/.gitignore

@@ -0,0 +1 @@
+*

+ 1 - 0
examples/runtime/shaders/spirv/.gitignore

@@ -0,0 +1 @@
+*

+ 2 - 1
src/bgfx_p.h

@@ -4029,8 +4029,9 @@ namespace bgfx
 		{
 		}
 
-		bool apiSemWait()
+		bool apiSemWait(int32_t _msecs = -1)
 		{
+			BX_UNUSED(_msecs);
 			return true;
 		}