removed trailing whitespace

This commit is contained in:
Noel Berry
2020-08-28 21:11:43 -07:00
parent e70d7a11a0
commit e1d2e3066e
16 changed files with 106 additions and 106 deletions

View File

@ -409,7 +409,7 @@ void Platform::get_draw_size(int* width, int* height)
float Platform::get_content_scale()
{
// TODO:
// This is incorrect! but for some reason the scale
// This is incorrect! but for some reason the scale
// is HUGE if I use the Display DPI on macOS :/
#if __APPLE__
return 2.0f;