Seems like this else was a mistake.

This commit is contained in:
Unknown W. Brackets 2014-08-23 21:54:04 -07:00
parent afe2a17ef5
commit 5f015793d8

View File

@ -129,7 +129,6 @@ void UpdateScreenScale(int width, int height) {
dp_yres *= 2;
g_dpi_scale = 2.0f;
}
else
#endif
pixel_in_dps = (float)pixel_xres / dp_xres;
NativeResized();