summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/camera.h')
-rw-r--r--src/graphics/common/camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/common/camera.h b/src/graphics/common/camera.h
index be52061..76077bf 100644
--- a/src/graphics/common/camera.h
+++ b/src/graphics/common/camera.h
@@ -141,7 +141,7 @@ class CCamera {
void SetCameraInvertY(bool bInvert);
float RetMotorTurn();
- Gfx::MouseType RetMouseDef(Math::Point pos);
+ Gfx::EngineMouseType RetMouseDef(Math::Point pos);
protected:
bool EventMouseMove(const Event &event);