Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ivmi-Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Damien Marchal
Ivmi-Builder
Commits
dbb98709
Commit
dbb98709
authored
1 year ago
by
Florent Berthaut
Browse files
Options
Downloads
Patches
Plain Diff
Clean code
parent
9dbbb96a
Branches
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/IvmiScene.gd
+1
-2
1 addition, 2 deletions
core/IvmiScene.gd
with
1 addition
and
2 deletions
core/IvmiScene.gd
+
1
−
2
View file @
dbb98709
...
...
@@ -93,8 +93,7 @@ func _ready():
var
global_patch
=
ProjectSettings
.
globalize_path
(
_pd_patch
)
var
patch_name
=
global_patch
.
split
(
"/"
)[
-
1
]
var
patch_dir
=
global_patch
.
trim_suffix
(
patch_name
)
_gdpd
.
openfile
(
patch_name
,
patch_dir
)
gdpdok
=
true
gdpdok
=
_gdpd
.
openfile
(
patch_name
,
patch_dir
)
if
not
gdpdok
:
print
(
"IVMI : Could not load gdpd addon"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment