mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Fix loading screen on macOS
This commit is contained in:
parent
f67090d6ef
commit
ae6e6fb543
1 changed files with 0 additions and 4 deletions
|
|
@ -55,10 +55,6 @@ namespace satdump
|
|||
const std::string slogan = "General Purpose Satellite Data Processor";
|
||||
|
||||
std::pair<int, int> dims = backend::beginFrame();
|
||||
float macos_scale = style::macos_framebuffer_scale();
|
||||
dims.first /= macos_scale;
|
||||
dims.second /= macos_scale;
|
||||
|
||||
ImGui::SetNextWindowPos({ 0, 0 });
|
||||
ImGui::SetNextWindowSize({(float)dims.first, (float)dims.second});
|
||||
ImGui::Begin("Loading Screen", nullptr, NOWINDOW_FLAGS | ImGuiWindowFlags_NoDecoration);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue