Code spacing fix.

This commit is contained in:
Brandon Wright 2010-11-18 06:42:55 -06:00
parent ce8e73a0ac
commit 21cd874de1

View File

@ -170,7 +170,7 @@ S9xOpenGLDisplayDriver::update (int width, int height)
w = allocation.width; h = allocation.height;
S9xApplyAspect (x, y, w, h);
glViewport (x, allocation.height-y-h, w, h);
glViewport (x, allocation.height - y - h, w, h);
window->set_mouseable_area (x, y, w, h);
update_texture_size (width, height);