[nostalgia] Make core::init take FileSystem and return Context, add core::setWindowTitle
This commit is contained in:
@@ -278,7 +278,7 @@ void draw(Context *ctx) noexcept {
|
||||
renderer::drawBackgrounds(id);
|
||||
//bool showDemo = true;
|
||||
//ImGui::ShowDemoWindow(&showDemo);
|
||||
for (const auto cd : ctx->drawer) {
|
||||
for (const auto cd : ctx->drawers) {
|
||||
cd->draw(ctx);
|
||||
}
|
||||
if constexpr(config::ImGuiEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user