Skip to content

Commit

Permalink
Remove missed line
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyjor committed Feb 17, 2025
1 parent fd634cd commit 8e17e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/SceneManagement/SceneBuilder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module SceneBuilderModule
scripts_path = joinpath(current_dir, folder, script_folder_name)
if isdir(scripts_path)
println("Loading scripts in $scripts_path...")
include.(filter(contains(r".jl$"), readdir(scripts_path; join=true)))
foreach(file -> try
Base.include(JulGame.ScriptModule, file)
catch e
Expand Down

0 comments on commit 8e17e73

Please sign in to comment.