Explorar o código

Fixed warning.

Бранимир Караџић %!s(int64=3) %!d(string=hai) anos
pai
achega
bd696118bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/shader_dx9bc.cpp

+ 1 - 1
src/shader_dx9bc.cpp

@@ -492,7 +492,7 @@ namespace bgfx
 			break;
 		}
 
-		return 0;
+		return size;
 	}
 
 	int32_t toString(char* _out, int32_t _size, const Dx9bcInstruction& _instruction)