remove debug prints

This commit is contained in:
2025-05-02 10:44:52 -05:00
parent 2ef95d6e90
commit 1a098daf9d
3 changed files with 4 additions and 61 deletions

View File

@@ -42,6 +42,7 @@ class WindowModule : public Archimedes::Module {
}
windowRefs++;
window->getWindowImpl().restoreContext();
return window;
}
@@ -60,8 +61,8 @@ class WindowModule : public Archimedes::Module {
int windowRefs = 0;
Archimedes::Window* window;
Archimedes::Renderer* renderer;
Archimedes::Window* window = nullptr;
Archimedes::Renderer* renderer = nullptr;
};