Skip to content

Commit

Permalink
Visualization, Aspect_OpenVRSession - fix JSON file path when it is l…
Browse files Browse the repository at this point in the history
…ocated relative to executable Open-Cascade-SAS#315
  • Loading branch information
gkv311 authored and dpasukhi committed Jan 31, 2025
1 parent c8c36fd commit b6b67a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aspect/Aspect_OpenVRSession.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ TCollection_AsciiString defaultActionsManifestInit()
return aCasRoot + "/XRResources/src/" + THE_ACTIONS_JSON;
}
}
return OSD_Process::ExecutablePath() + "/occtvr_actions.json";
return OSD_Process::ExecutableFolder() + "/occtvr_actions.json";
}
} // namespace
#endif
Expand Down

0 comments on commit b6b67a6

Please sign in to comment.