Skip to content

Commit

Permalink
Update About.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored Jul 7, 2024
1 parent bbeb5e7 commit e2149cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Submenus/More/About.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ void UntitledGameSystemManager::About::begin()
{
beginAutohandle();
brandIcon.init(UIMGUI_CONTENT_DIR"brand-icon.png");
brandIcon.loadImGui();
brandIcon.load();

lxcIcon.init(UIMGUI_CONTENT_DIR"linux-containers-icon.png");
lxcIcon.loadImGui();
lxcIcon.load();
}

void UntitledGameSystemManager::About::tick(float deltaTime)
Expand Down Expand Up @@ -61,4 +61,4 @@ void UntitledGameSystemManager::About::end()
UntitledGameSystemManager::About::~About()
{

}
}

0 comments on commit e2149cc

Please sign in to comment.