Skip to content

Commit

Permalink
fix to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Joilnen committed Jan 12, 2025
1 parent eef18b2 commit 156045e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Bites/include/OgreApplicationContextBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ namespace OgreBites

Ogre::OverlaySystem* mOverlaySystem; // Overlay system

Ogre::FileSystemLayer* mFSLayer; // File system abstraction layer
std::unique_ptr<Ogre::FileSystemLayer> mFSLayer; // File system abstraction layer
Ogre::Root* mRoot; // OGRE root
StaticPluginLoader mStaticPluginLoader;
bool mFirstRun;
Expand Down

0 comments on commit 156045e

Please sign in to comment.