update TestImgui
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
TestImgui::TestImgui(void* h, Archimedes::App& a) : Archimedes::GuiModule(h, a) {
|
||||
TestImgui::TestImgui(void* h, Archimedes::App* a) : Archimedes::GuiModule(h, a) {
|
||||
|
||||
name = "TestImgui";
|
||||
}
|
||||
@@ -62,7 +62,7 @@ void TestImgui::run() {
|
||||
});
|
||||
|
||||
if(window->shouldClose())
|
||||
app.end();
|
||||
app->end();
|
||||
window->doFrame();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user