mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Refactor previous commits to work with other environments too
This commit is contained in:
@@ -96,9 +96,6 @@ namespace hex {
|
||||
auto win = static_cast<Window *>(glfwGetWindowUserPointer(window));
|
||||
win->fullFrame();
|
||||
});
|
||||
|
||||
// Done to get super crisp font rendering together with GLFW_COCOA_RETINA_FRAMEBUFFER
|
||||
ImGui::GetIO().FontGlobalScale = 1.0F / getBackingScaleFactor();
|
||||
}
|
||||
|
||||
void Window::beginNativeWindowFrame() {
|
||||
|
||||
Reference in New Issue
Block a user