[saco] Match RwTextureCreate(...)

This commit is contained in:
RD42 2024-07-30 23:05:11 +08:00
parent 09db326d7b
commit 5f7033c1c7

View File

@ -28,8 +28,8 @@ RwRaster* RwRasterCreate(int width, int height, int depth, int flags)
RwTexture* RwTextureCreate(RwRaster *raster)
{
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F3800 : 0x7F37C0;
RwTexture* pTexture = NULL;
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F3800 : 0x7F37C0;
_asm push raster
_asm mov edx, dwFunc