diff options
Diffstat (limited to 'gfx/gl/camera.h')
-rw-r--r-- | gfx/gl/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gl/camera.h b/gfx/gl/camera.h index 5b2b4f4..94fd48b 100644 --- a/gfx/gl/camera.h +++ b/gfx/gl/camera.h @@ -61,7 +61,7 @@ public: return position;
}
- std::array<glm::vec3, 4> extentsAtDist(float) const;
+ std::array<glm::vec4, 4> extentsAtDist(float) const;
static glm::vec3 upFromForward(const glm::vec3 & forward);
|