imgui scale

This commit is contained in:
2024-03-09 15:34:48 +01:00
parent 633f885c65
commit cf39f2d14c
2 changed files with 15 additions and 9 deletions

View File

@@ -6,6 +6,8 @@ class DoomIMGUI {
// inherit instead?
Doom _doom;
float _size_scaler {2.f};
public:
DoomIMGUI(
TextureUploaderI& tu