Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 2, 2024
1 parent 4017564 commit 799ebd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ogre2/src/Ogre2RenderEngine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ Ogre2RenderEngine::Ogre2RenderEngine() :
this->dummyWindowId = 0;

std::string ogrePath = std::string(OGRE2_RESOURCE_PATH);
std::vector<std::string> paths = common::split(ogrePath, common::SystemPaths::Delimiter());
std::vector<std::string> paths = common::split(ogrePath,
common::SystemPaths::Delimiter());
for (const auto &path : paths)
this->ogrePaths.push_back(path);

Expand Down

0 comments on commit 799ebd5

Please sign in to comment.