mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 20:48:11 +00:00
Messages fix and update librw
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user