Messages fix and update librw

This commit is contained in:
erorcun
2020-10-24 21:56:04 +03:00
parent d1394c6994
commit de09a80a35
3 changed files with 12 additions and 25 deletions

View File

@ -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;
}
/*