Browse Source

Moved m_scale up to below the width/height vars.

master
Ian Burgmyer 4 years ago
parent
commit
b7f594b4cc
  1. 2
      plip-sdl/SdlWindow.h

2
plip-sdl/SdlWindow.h

@ -29,6 +29,7 @@ namespace PlipSdl {
int m_width = m_init_width;
int m_height = m_init_height;
int m_scale;
SDL_Window *m_window = nullptr;
SDL_Renderer *m_renderer = nullptr;
@ -36,6 +37,5 @@ namespace PlipSdl {
Plip::PlipVideoFormat m_format = Plip::PlipVideoFormat::Unknown;
int m_scale;
};
}

Loading…
Cancel
Save