console: handle Assets.embedBytes/embedByteArray
This commit is contained in:
@@ -1164,7 +1164,11 @@ class Assets {
|
|||||||
|
|
||||||
var fields = embedData (":file");
|
var fields = embedData (":file");
|
||||||
|
|
||||||
|
#if lime_console
|
||||||
|
if (false) {
|
||||||
|
#else
|
||||||
if (fields != null) {
|
if (fields != null) {
|
||||||
|
#end
|
||||||
|
|
||||||
var constructor = macro {
|
var constructor = macro {
|
||||||
|
|
||||||
@@ -1188,7 +1192,11 @@ class Assets {
|
|||||||
|
|
||||||
var fields = embedData (":file");
|
var fields = embedData (":file");
|
||||||
|
|
||||||
|
#if lime_console
|
||||||
|
if (false) {
|
||||||
|
#else
|
||||||
if (fields != null) {
|
if (fields != null) {
|
||||||
|
#end
|
||||||
|
|
||||||
var constructor = macro {
|
var constructor = macro {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user