[client] render: fix empty brick render

This commit is contained in:
2019-10-01 22:09:22 +03:00
parent cfa1475cf6
commit 1b5eef810c
14 changed files with 5 additions and 1475 deletions

View File

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