v0.6.2: fixed custom tiled visual errors when revived by an ankh
This commit is contained in:
parent
98df73743c
commit
1940ca9c09
|
@ -64,6 +64,7 @@ public abstract class CustomTiledVisual extends Tilemap implements Bundlable {
|
||||||
}
|
}
|
||||||
|
|
||||||
public CustomTiledVisual create(){
|
public CustomTiledVisual create(){
|
||||||
|
camera = null;
|
||||||
x = tileX*SIZE;
|
x = tileX*SIZE;
|
||||||
y = tileY*SIZE;
|
y = tileY*SIZE;
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user