Skip to content

Commit

Permalink
🐛 Fixed caelum resources not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Sep 22, 2022
1 parent d891e86 commit cd69b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/resources/ContentManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ using namespace RoR;
DECLARE_RESOURCE_PACK( OGRE_CORE, "OgreCore", "OgreCoreRG");
DECLARE_RESOURCE_PACK( WALLPAPERS, "wallpapers", "Wallpapers");
DECLARE_RESOURCE_PACK( AIRFOILS, "airfoils", "AirfoilsRG");
DECLARE_RESOURCE_PACK( CAELUM, "caelum", "CaelumRG");
DECLARE_RESOURCE_PACK( CAELUM, "caelum", "Caelum");
DECLARE_RESOURCE_PACK( CUBEMAPS, "cubemaps", "CubemapsRG");
DECLARE_RESOURCE_PACK( DASHBOARDS, "dashboards", "DashboardsRG");
DECLARE_RESOURCE_PACK( FAMICONS, "famicons", "FamiconsRG");
Expand Down

0 comments on commit cd69b8e

Please sign in to comment.