diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-17 06:01:54 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-17 06:01:54 +0200 |
commit | 425395ad2547e262c5c6f62b4c3fd95dd79ee679 (patch) | |
tree | d0d282606cc5f3148a927c7e59267bbac321161f /src/render/Clouds.h | |
parent | Merge pull request #455 from erorcun/erorcun (diff) | |
download | re3-425395ad2547e262c5c6f62b4c3fd95dd79ee679.tar re3-425395ad2547e262c5c6f62b4c3fd95dd79ee679.tar.gz re3-425395ad2547e262c5c6f62b4c3fd95dd79ee679.tar.bz2 re3-425395ad2547e262c5c6f62b4c3fd95dd79ee679.tar.lz re3-425395ad2547e262c5c6f62b4c3fd95dd79ee679.tar.xz re3-425395ad2547e262c5c6f62b4c3fd95dd79ee679.tar.zst re3-425395ad2547e262c5c6f62b4c3fd95dd79ee679.zip |
Diffstat (limited to '')
-rw-r--r-- | src/render/Clouds.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/Clouds.h b/src/render/Clouds.h index c8000569..4d8cd2c8 100644 --- a/src/render/Clouds.h +++ b/src/render/Clouds.h @@ -3,13 +3,13 @@ class CClouds { public: - static float &CloudRotation; - static uint32 &IndividualRotation; + static float CloudRotation; + static uint32 IndividualRotation; - static float &ms_cameraRoll; - static float &ms_horizonZ; - static CRGBA &ms_colourTop; - static CRGBA &ms_colourBottom; + static float ms_cameraRoll; + static float ms_horizonZ; + static CRGBA ms_colourTop; + static CRGBA ms_colourBottom; static void Init(void); static void Shutdown(void); |