[build] downgrade lime,openfl (perfomance); remove yield

This commit is contained in:
2019-09-05 22:02:54 +03:00
parent 47039bbaa5
commit 40bdf6a5cc
8 changed files with 19 additions and 16 deletions

View File

@@ -87,7 +87,7 @@ const client = new Project(
config.branch({
name: 'client',
sources: [
'src/fixes/haxe',
//'src/fixes/haxe',
'src/client/haxe',
],
main: 'ru.m.tankz.Client',
@@ -124,7 +124,7 @@ const editor = new Project(
config.branch({
name: 'editor',
sources: [
'src/fixes/haxe',
//'src/fixes/haxe',
'src/client/haxe',
'src/editor/haxe',
],