fixture will drop itself when mined

This commit is contained in:
minjaesong
2022-01-21 16:35:37 +09:00
parent 75afcaede3
commit fa68a1c377
15 changed files with 92 additions and 84 deletions

View File

@@ -1736,7 +1736,7 @@ open class ActorWithBody : Actor {
assertPrinted = true
}
internal fun flagDespawn() {
internal open fun flagDespawn() {
flagDespawn = true
}