mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
fix alk's commit
This commit is contained in:
parent
e155c336c8
commit
0cc77ae9b3
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ using namespace geode::node_ids;
|
|||
|
||||
$register_ids(LoadingLayer) {
|
||||
setIDs(
|
||||
0, this,
|
||||
this, 0,
|
||||
"bg-texture",
|
||||
"gd-logo",
|
||||
"robtop-logo",
|
||||
|
|
Loading…
Reference in a new issue