Skip to content

Commit 28f07d6

Browse files
committed
add deprecation warnings to demos
1 parent 4899a48 commit 28f07d6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Flixel.hx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Command.ExitCode;
22
import OpenFL.Target;
33

4-
function buildProjects(target:Target, args:Array<String>):ExitCode {
5-
return Haxelib.run(["flixel-tools", "bp", target].concat(args).concat(["-Dno-deprecation-warnings"]));
4+
function buildProjects(target:Target, args:Array<String>):ExitCode
5+
{
6+
return Haxelib.run(["flixel-tools", "bp", target].concat(args));
67
}

0 commit comments

Comments
 (0)