Skip to content

Commit

Permalink
Return 1f if Not in VR For World Scale
Browse files Browse the repository at this point in the history
  • Loading branch information
hammy275 committed Nov 30, 2023
1 parent fb6a4c0 commit f536442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public float getWorldScale() {
if (isVrActive()) {
return ClientDataHolderVR.getInstance().vrPlayer.worldScale;
} else {
return ClientDataHolderVR.getInstance().vrSettings.overrides.getSetting(VRSettings.VrOptions.WORLD_SCALE).getFloat();
return 1f;
}
}

Expand Down

0 comments on commit f536442

Please sign in to comment.