diff options
author | aap <aap@papnet.eu> | 2021-01-08 13:34:49 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-08 13:34:49 +0100 |
commit | 37a58a04f2895a37fd961ee6e3ff7df80d22f110 (patch) | |
tree | 3483ae7a0de117b9f34b0481368dfe3d13d12e0e /src/render/Timecycle.h | |
parent | first commit for LCS (diff) | |
download | re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.gz re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.bz2 re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.lz re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.xz re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.tar.zst re3-37a58a04f2895a37fd961ee6e3ff7df80d22f110.zip |
Diffstat (limited to 'src/render/Timecycle.h')
-rw-r--r-- | src/render/Timecycle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Timecycle.h b/src/render/Timecycle.h index da911b75..d8c333f6 100644 --- a/src/render/Timecycle.h +++ b/src/render/Timecycle.h @@ -185,6 +185,7 @@ public: static int32 GetWaterAlpha(void) { return m_fCurrentWaterAlpha; } static void Initialise(void); + static void UpdateArrays(void); static void Update(void); static float Interpolate(int8 *a, int8 *b); static float Interpolate(uint8 *a, uint8 *b); |