Skip to content

Commit

Permalink
lol commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iArtie committed Feb 29, 2024
1 parent a355d42 commit 9096c45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/WorldLevel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class WorldLevelPopup : public geode::Popup<std::string const&> {
public:
static WorldLevelPopup* create(std::string const& text) {
auto ret = new WorldLevelPopup();
if (ret && ret->init(300.f, 260.f, text)) {
if (ret && ret->initAnchored(300.f, 260.f, text)) {
ret->autorelease();
return ret;
}
Expand Down
1 change: 0 additions & 1 deletion src/ownWorldSelectLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <Geode/Enums.hpp>
#include "NewLevelSelectLayer.h"
#include <iostream>
#include <windows.h>
#include "WorldLevel.hpp"
#include "WorldLevel.cpp"
#include "ownDialogObject.h"
Expand Down

0 comments on commit 9096c45

Please sign in to comment.