mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 16:34:08 +00:00
Cleanup project a bit
This commit is contained in:
parent
d12db35a9f
commit
2115faec38
37 changed files with 319 additions and 317 deletions
|
@ -107,7 +107,7 @@ CMBlur::CreateImmediateModeData(RwCamera *cam, RwRect *rect)
|
|||
void
|
||||
CMBlur::MotionBlurRender(RwCamera *cam, uint32 red, uint32 green, uint32 blue, uint32 blur, int32 type, uint32 addalpha)
|
||||
{
|
||||
RwRGBA color = { red, green, blue, blur };
|
||||
RwRGBA color = { (RwUInt8)red, (RwUInt8)green, (RwUInt8)blue, (RwUInt8)blur };
|
||||
if(BlurOn){
|
||||
if(pFrontBuffer){
|
||||
if(ms_bJustInitialised)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue