aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer/Timecycle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/Timecycle.h')
-rw-r--r--src/renderer/Timecycle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer/Timecycle.h b/src/renderer/Timecycle.h
index da911b75..d8c333f6 100644
--- a/src/renderer/Timecycle.h
+++ b/src/renderer/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);