mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 06:53:52 +00:00
Change didn't get saved
This commit is contained in:
parent
d1aaa74193
commit
af69d10e7f
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace MWVR
|
|||
return res.first->second;
|
||||
}
|
||||
|
||||
std::string VRTrackingManager::trackingPathToString(VRPath path)
|
||||
std::string VRTrackingManager::VRPathToString(VRPath path)
|
||||
{
|
||||
// Find the identifier in the map and return the corresponding string.
|
||||
for (auto& e : mPathIdentifiers)
|
||||
|
|
Loading…
Reference in a new issue