mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 18:39:21 +00:00
Messages fix and update librw
This commit is contained in:
parent
d1394c6994
commit
de09a80a35
3 changed files with 12 additions and 25 deletions
|
@ -549,12 +549,14 @@ CameraSize(RwCamera * camera, RwRect * rect,
|
|||
if( raster )
|
||||
{
|
||||
RwRasterDestroy(raster);
|
||||
camera->frameBuffer = nil;
|
||||
}
|
||||
|
||||
zRaster = RwCameraGetZRaster(camera);
|
||||
if( zRaster )
|
||||
{
|
||||
RwRasterDestroy(zRaster);
|
||||
camera->zBuffer = nil;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue