Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Graphics/camera.h')
-rw-r--r--Source/Graphics/camera.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Graphics/camera.h b/Source/Graphics/camera.h
index 1abb2e13..7acc05d0 100644
--- a/Source/Graphics/camera.h
+++ b/Source/Graphics/camera.h
@@ -71,9 +71,9 @@ private:
vec3 mouseray; ///< Vector in the direction that the mouse is pointing
- GLdouble modelview_matrix[16]; ///< Camera modelview matrix
- GLdouble projection_matrix[16]; ///< Camera projection matrix
- GLint viewport[4]; ///< Viewport dimensions (in pixels)
+ float modelview_matrix[16]; ///< Camera modelview matrix
+ float projection_matrix[16]; ///< Camera projection matrix
+ int viewport[4]; ///< Viewport dimensions (in pixels)
int interp_steps;
int interp_progress;