mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 07:00:45 +00:00
added wrappers around math functions
This commit is contained in:
src
audio
control
core
entities
math
peds
render
skel
win
vehicles
@ -173,7 +173,7 @@ void CHud::Draw()
|
||||
|
||||
RwRenderStateSet(rwRENDERSTATEZWRITEENABLE, (void*)FALSE);
|
||||
|
||||
float fStep = sin((CTimer::GetTimeInMilliseconds() & 1023) * 0.0061328127);
|
||||
float fStep = Sin((CTimer::GetTimeInMilliseconds() & 1023) * 0.0061328127);
|
||||
float fMultBright = SpriteBrightness * 0.03f * (0.25f * fStep + 0.75f);
|
||||
CRect rect;
|
||||
#ifndef ASPECT_RATIO_SCALE
|
||||
|
Reference in New Issue
Block a user