fix alk's commit

This commit is contained in:
HJfod 2024-02-03 19:00:13 +02:00
parent e155c336c8
commit 0cc77ae9b3
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@
#include <loader/LoaderImpl.hpp>
#include <loader/console.hpp>
#include <loader/updater.hpp>
#include <Geode/utils/NodeIDs.hpp>
using namespace geode::prelude;

View file

@ -8,7 +8,7 @@ using namespace geode::node_ids;
$register_ids(LoadingLayer) {
setIDs(
0, this,
this, 0,
"bg-texture",
"gd-logo",
"robtop-logo",
@ -18,4 +18,4 @@ $register_ids(LoadingLayer) {
"text-area",
"progress-slider"
);
}
}