ImguiModule
This commit is contained in:
@@ -19,7 +19,7 @@ ImguiModule::~ImguiModule() {
|
||||
}
|
||||
|
||||
void ImguiModule::onLoad() {
|
||||
WindowModule* wm = (WindowModule*) depsInstances["WindowModule"];
|
||||
WindowModule* wm = (WindowModule*) moduleInstances["WindowModule"];
|
||||
|
||||
if(!wm) {
|
||||
std::cout << "No WindowModule for ImguiModule!\n";
|
||||
|
||||
@@ -25,7 +25,7 @@ class ImguiModule : public Archimedes::GuiModule {
|
||||
|
||||
};
|
||||
|
||||
#ifdef TESTIMGUI_DYNAMIC
|
||||
#ifdef IMGUIMODULE_DYNAMIC
|
||||
#define MODULE_TYPE ImguiModule
|
||||
#include "endModule.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user