mirror of https://github.com/axmolengine/axmol.git
Unnecessary space lilne [skip appveyor] [skip travis]
This commit is contained in:
parent
839922bbfe
commit
1c59ba423c
|
@ -682,7 +682,6 @@ void GLViewImpl::setFullscreen(GLFWmonitor *monitor, int w, int h, int refreshRa
|
||||||
_monitor = monitor;
|
_monitor = monitor;
|
||||||
|
|
||||||
const GLFWvidmode* videoMode = glfwGetVideoMode(_monitor);
|
const GLFWvidmode* videoMode = glfwGetVideoMode(_monitor);
|
||||||
|
|
||||||
if (w == -1)
|
if (w == -1)
|
||||||
w = videoMode->width;
|
w = videoMode->width;
|
||||||
if (h == -1)
|
if (h == -1)
|
||||||
|
|
Loading…
Reference in New Issue