Skip to content

Commit

Permalink
fixed: importer priority misbehaving in some OS (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerRandomDev committed Sep 7, 2023
1 parent 7d70dc5 commit f78fa7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/clyde/import_plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ extends EditorImportPlugin

const Parser = preload("./parser/Parser.gd")

func _get_priority():
return 1

func _get_import_order():
return 1

Expand Down

0 comments on commit f78fa7c

Please sign in to comment.