mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
This commit is contained in:
@@ -28,11 +28,6 @@ namespace window
|
||||
|
||||
Window *Window::singleton = nullptr;
|
||||
|
||||
Window::Window()
|
||||
{
|
||||
moduleType = M_WINDOW;
|
||||
}
|
||||
|
||||
Window::~Window()
|
||||
{
|
||||
if (singleton == this)
|
||||
|
||||
Reference in New Issue
Block a user