Fixed warning.

This commit is contained in:
Бранимир Караџић 2022-09-18 19:24:08 -07:00
parent e4be44e92b
commit bd696118bb
1 changed files with 1 additions and 1 deletions

View File

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