mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 22:14:05 +09:00
tossing items on the inventory
This commit is contained in:
@@ -352,6 +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")
|
||||
if (actor == null) return
|
||||
actorAdditionQueue.add(actor to StackTraceRecorder())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user