Skip to content

Commit

Permalink
Fix flabel import
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 committed Oct 24, 2024
1 parent eea2497 commit 82df24a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/assets/scripts/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function targetedBuilding(){
importPackage(Packages.arc)
importPackage(Packages.arc.audio)
importPackage(Packages.arc.files)
importPackage(Packages.arc.flabel)
importPackage(Packages.arc.func)
importPackage(Packages.arc.graphics)
importPackage(Packages.arc.graphics.g2d)
Expand Down

2 comments on commit 82df24a

@aaaa-imcute
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:) thx

@aaaa-imcute
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow it actually worked!

Please sign in to comment.