Fix compilation error of Wayland_Util.h
This commit fixes the following error: error: #endif without #if
This commit is contained in:
parent
bad109402e
commit
2aaca74dd5
|
@ -27,5 +27,3 @@ public:
|
||||||
void ToggleFullscreen(bool fullscreen);
|
void ToggleFullscreen(bool fullscreen);
|
||||||
void SwapBuffers();
|
void SwapBuffers();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue