mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Modules now properly remove themselves from the global registry when they're deleted
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ public:
|
||||
/**
|
||||
* Destructor.
|
||||
**/
|
||||
virtual ~Module() {};
|
||||
virtual ~Module();
|
||||
|
||||
/**
|
||||
* Gets the name of the module. This is used in case of errors
|
||||
|
||||
Reference in New Issue
Block a user