Fix comment

This commit is contained in:
Emil Axelsson
2018-03-22 18:18:37 +01:00
parent e8b260915e
commit 6b10441222

View File

@@ -140,8 +140,8 @@ public:
/**
* Returns the size of the currently active subwindow in pixel coordinates. On default,
* this method returns the same a currentWindowSize. A subwindow is the part of a
* window that is used in stereoscopic side-by-side/top-bottom rendeirng when rendering
* one of the eyes.
* window that is used for one of the eyes in stereoscopic side-by-side/top-bottom
* rendering.
* \return The size of the currently active subwindow in pixel coordinates
*/
virtual glm::ivec2 currentSubwindowSize() const;