Browse Source

Bumped SetScale down to separate it from overrides

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

3
plip-sdl/SdlWindow.h

@ -22,9 +22,10 @@ namespace PlipSdl {
Plip::PlipVideoFormat GetFormat() override;
void Render() override;
void Resize(int width, int height) override;
void SetScale(int scale);
void SetTitle(std::string title) override;
void SetScale(int scale);
private:
void CreateTexture();
bool SelectFormat(uint32_t format);

Loading…
Cancel
Save