Skip to content

Commit

Permalink
build: update submodules "pr_openvr", "virtual_reality"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Jul 6, 2024
1 parent f803ed0 commit 76921c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def execbuildscript(filepath):
if with_vr:
add_pragma_module(
name="pr_openvr",
commitSha="54ab920d9ab71c57ce6d2c059187af0c6a99928f",
commitSha="cbcdab952f930b0f57870260b7c9f18038f7a88d",
repositoryUrl="https://github.com/Silverlan/pr_openvr.git"
)

Expand Down Expand Up @@ -1074,7 +1074,7 @@ def download_addon(name,addonName,url,commitId=None):
download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","56d46dacb398fa7540e794359eaf1081c9df1edd")

if with_vr:
download_addon("VR","virtual_reality","https://github.com/Silverlan/PragmaVR.git","271d264ffcc2373ccfd197c5a1a7aacb557726c3")
download_addon("VR","virtual_reality","https://github.com/Silverlan/PragmaVR.git","a531c84cf56bd121d36eea03c25f8c38eec17872")

if with_pfm:
download_addon("PFM Living Room Demo","pfm_demo_living_room","https://github.com/Silverlan/pfm_demo_living_room.git","4cbecad4a2d6f502b6d9709178883678101f7e2c")
Expand Down

0 comments on commit 76921c2

Please sign in to comment.