We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa80128 commit 9417c3fCopy full SHA for 9417c3f
addons/vsk_version/vsk_version.gd
@@ -10,7 +10,7 @@ var build_constants = null
10
11
func _ready():
12
if ResourceLoader.exists("build_constants.gd"):
13
- build_constants = preload("build_constants.gd")
+ build_constants = load("build_constants.gd").new()
14
else:
15
print("build_constants.gd does not exist")
16
0 commit comments