summaryrefslogtreecommitdiffstats
path: root/src/render/Timecycle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-22 14:27:16 +0200
committeraap <aap@papnet.eu>2020-05-22 14:27:16 +0200
commita53ca58e566ffceb058451bc49bcc5810c26cb37 (patch)
tree1c58219ab89f84dacbc706205ff9eac88f8ce75f /src/render/Timecycle.h
parentMerge branch 'miami' of github.com:GTAmodding/re3 into miami (diff)
downloadre3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.gz
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.bz2
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.lz
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.xz
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.zst
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.zip
Diffstat (limited to 'src/render/Timecycle.h')
-rw-r--r--src/render/Timecycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Timecycle.h b/src/render/Timecycle.h
index dc52d493..2d873e6d 100644
--- a/src/render/Timecycle.h
+++ b/src/render/Timecycle.h
@@ -155,7 +155,7 @@ public:
static float GetSpriteSize(void) { return m_fCurrentSpriteSize; }
static int GetShadowStrength(void) { return m_nCurrentShadowStrength; }
static int GetLightShadowStrength(void) { return m_nCurrentLightShadowStrength; }
- static int GetLightOnGroundBrightness(void) { return m_fCurrentLightsOnGroundBrightness; }
+ static float GetLightOnGroundBrightness(void) { return m_fCurrentLightsOnGroundBrightness; }
static float GetFarClip(void) { return m_fCurrentFarClip; }
static float GetFogStart(void) { return m_fCurrentFogStart; }