Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jan 7, 2025
1 parent 07d88b7 commit 629aa3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cd test
haxe build.hxml
haxe build.hxml
cd bin
Main.exe
2 changes: 1 addition & 1 deletion src/flixel/system/macros/FlxAssetsMacro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FlxAssetsMacro {

public static function moveFiles(start:String, destination:String) {
if (!FileSystem.exists(start)) {
trace('Source directory does not exist');
trace('Source directory "$start" does not exist');
return;
}

Expand Down
4 changes: 1 addition & 3 deletions test/build.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

--cpp bin

--library flixel-raylib
--cmd cd bin
--cmd main.exe
--library flixel-raylib

0 comments on commit 629aa3d

Please sign in to comment.