|
@@ -8,6 +8,7 @@ class EditorIcon extends hrt.prefab.l3d.Billboard.BillboardObj {
|
|
super(tile, parent);
|
|
super(tile, parent);
|
|
ignoreCollide = false;
|
|
ignoreCollide = false;
|
|
this.category = category;
|
|
this.category = category;
|
|
|
|
+ this.material.castShadows = false;
|
|
}
|
|
}
|
|
|
|
|
|
override function sync(ctx) {
|
|
override function sync(ctx) {
|