debating submodules
This commit is contained in:
3
.ccls
3
.ccls
@@ -1,5 +1,8 @@
|
||||
clang++
|
||||
-Iinclude
|
||||
-I.
|
||||
-Ivendor/imgui
|
||||
-Ivendor/notcurses/include
|
||||
-Ivendor/GameNetworkingSockets/include
|
||||
-DWINDOW=1
|
||||
-DRENDERER=1
|
||||
|
||||
@@ -17,7 +17,7 @@ void TestNotCurses::onLoad() {
|
||||
ncInstance = notcurses_init(&opts, NULL);
|
||||
|
||||
if(!ncInstance) {
|
||||
app->stopModule(getName());
|
||||
app->emitEvent(new Archimedes::DoUnloadModuleEvent(name));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user