remove debug prints
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user