summaryrefslogtreecommitdiffstats
path: root/src/render/Draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Draw.h')
-rw-r--r--src/render/Draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Draw.h b/src/render/Draw.h
index 62fe5193..84ec7ed3 100644
--- a/src/render/Draw.h
+++ b/src/render/Draw.h
@@ -11,6 +11,6 @@ public:
static float GetNearClipZ(void) { return ms_fNearClipZ; }
static void SetFarClipZ(float farclip) { ms_fFarClipZ = farclip; }
static float GetFarClipZ(void) { return ms_fFarClipZ; }
- static void SetFOV(float fov) { ms_fFOV = fov; }
+ static void SetFOV(float fov);
static float GetFOV(void) { return ms_fFOV; }
};