Fixed fullscreen main window for OSX

This commit is contained in:
brunoherbelin
2020-11-01 13:18:49 +01:00
parent 41f87aa927
commit 46b9a8f663
3 changed files with 27 additions and 17 deletions

View File

@@ -24,6 +24,8 @@ struct RenderingAttrib
class RenderingWindow
{
friend class Rendering;
GLFWwindow *window_, *master_;
RenderingAttrib window_attributes_;
int index_;