mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed warning.
This commit is contained in:
@@ -492,7 +492,7 @@ namespace bgfx
|
||||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return size;
|
||||
}
|
||||
|
||||
int32_t toString(char* _out, int32_t _size, const Dx9bcInstruction& _instruction)
|
||||
|
||||
Reference in New Issue
Block a user