mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 19:04:09 +00:00
fixfixfix
This commit is contained in:
parent
1c11a8081f
commit
233792e2b8
4 changed files with 711 additions and 716 deletions
|
@ -20,14 +20,14 @@ CMBlur::MotionBlurOpen(RwCamera *cam)
|
|||
{
|
||||
#ifdef GTA_PS2
|
||||
RwRect rect = {0, 0, 0, 0};
|
||||
|
||||
|
||||
if (pFrontBuffer)
|
||||
return TRUE;
|
||||
return TRUE;
|
||||
|
||||
BlurOn = true;
|
||||
|
||||
rect.w = RwRasterGetWidth(RwCameraGetRaster(cam));
|
||||
rect.h = RwRasterGetHeight(RwCameraGetRaster(cam));
|
||||
rect.h = RwRasterGetHeight(RwCameraGetRaster(cam));
|
||||
|
||||
pFrontBuffer = RwRasterCreate(0, 0, 0, rwRASTERDONTALLOCATE|rwRASTERTYPECAMERATEXTURE);
|
||||
if (!pFrontBuffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue