Skip to content

Commit

Permalink
feat: change sdk7 adaptation layer to use the dev version (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm authored Dec 8, 2023
1 parent 73eabe9 commit a14ebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot/src/logic/scene_fetcher.gd
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func async_load_scene(scene_entity_id: String, entity: Dictionary):
local_main_js_path = String(adaptation_layer_js_local_path)
if not FileAccess.file_exists(local_main_js_path):
var promise: Promise = http_requester.request_file(
"https://renderer-artifacts.decentraland.org/sdk7-adaption-layer/main/index.min.js",
"https://renderer-artifacts.decentraland.org/sdk7-adaption-layer/dev/index.min.js",
local_main_js_path.replace("user:/", OS.get_user_data_dir())
)
var res = await promise.async_awaiter()
Expand Down

0 comments on commit a14ebd3

Please sign in to comment.