tossing held items

This commit is contained in:
minjaesong
2023-10-03 19:43:21 +09:00
parent e95dcdec9f
commit 4a5b18e7fc
5 changed files with 30 additions and 3 deletions

View File

@@ -352,7 +352,7 @@ open class IngameInstance(val batch: FlippingSpriteBatch, val isMultiplayer: Boo
* If the actor is null, this function will do nothing.
*/
open fun queueActorAddition(actor: Actor?) {
printdbg(this, "New actor $actor")
// printdbg(this, "New actor $actor")
if (actor == null) return
actorAdditionQueue.add(actor to StackTraceRecorder())
}