mirror of
https://github.com/halpz/re3.git
synced 2025-07-17 00:28:11 +00:00
Some refs removed, little fixes and teleport
This commit is contained in:
@ -108,7 +108,7 @@ LightsCreate(RpWorld *world)
|
||||
pDirect = RpLightCreate(rpLIGHTDIRECTIONAL);
|
||||
RpLightSetFlags(pDirect, rpLIGHTLIGHTATOMICS);
|
||||
color.red = 1.0f;
|
||||
color.green = 0.84f;
|
||||
color.green = 0.85f;
|
||||
color.blue = 0.45f;
|
||||
RpLightSetColor(pDirect, &color);
|
||||
RpLightSetRadius(pDirect, 2.0f);
|
||||
|
Reference in New Issue
Block a user