Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Fixing Icon paths in steamvr plug-in
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterSloth committed Feb 16, 2017
1 parent e08687c commit 93f023d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openvr_plugin/driver_psmoveservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ uint32_t CPSMoveControllerLatest::GetStringTrackedDeviceProperty(
ssRetVal << "psmoveservice";
break;
case vr::Prop_IconPathName_String:
ssRetVal << "icons";
ssRetVal << "../drivers/psmove/resources/icons";
break;
case vr::Prop_NamedIconPathDeviceOff_String:
ssRetVal << "controller_status_off.png";
Expand Down Expand Up @@ -3147,7 +3147,7 @@ uint32_t CPSMoveTrackerLatest::GetStringTrackedDeviceProperty(
break;

case vr::Prop_IconPathName_String:
ssRetVal << "resources/icons";
ssRetVal << "../drivers/psmove/resources/icons";
break;
case vr::Prop_NamedIconPathDeviceOff_String:
ssRetVal << "base_status_off.png";
Expand Down

0 comments on commit 93f023d

Please sign in to comment.