Kha update

This commit is contained in:
Lubos Lenco 2021-08-08 13:02:19 +02:00
parent 45e3c1c138
commit 34f6e0fc7c

View file

@ -29,7 +29,7 @@ class CanvasScript extends Trait {
iron.data.Data.getBlob(canvasName + ".json", function(blob: kha.Blob) {
iron.data.Data.getBlob("_themes.json", function(tBlob: kha.Blob) {
if (tBlob.get_length() != 0) {
if (@:privateAccess tBlob.get_length() != 0) {
Canvas.themes = haxe.Json.parse(tBlob.toString());
}
else {