Map Base
This commit is contained in:
@@ -15,7 +15,7 @@ OverworldEntity.prototype.update = function() {
|
||||
}
|
||||
|
||||
OverworldEntity.prototype.dispose = function() {
|
||||
// Nothing to dispose
|
||||
Entity.prototype.dispose.call(this);
|
||||
}
|
||||
|
||||
module = OverworldEntity;
|
||||
Reference in New Issue
Block a user