mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
updated from love-android
This commit is contained in:
@@ -78,7 +78,7 @@ Module::~Module()
|
||||
void Module::registerInstance(Module *instance)
|
||||
{
|
||||
if (instance == nullptr)
|
||||
throw Exception("Module instance is NULL");
|
||||
throw Exception("Module instance is null");
|
||||
|
||||
std::string name(instance->getName());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user