From 76435dbbdff490f05588f5bf375de99d5a446436 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Wed, 23 Mar 2022 10:03:03 +0900 Subject: [PATCH] fixed a stupid bug where spawning a same kind of fixture twice would crash the game because the spawner would not renew the fixture instance after a first spawn --- .idea/compiler.xml | 2 +- src/net/torvald/terrarum/IngameInstance.kt | 22 +++++++++---------- .../terrarum/modulebasegame/TerrarumIngame.kt | 10 ++++----- .../modulebasegame/gameactors/DroppedItem.kt | 7 +++++- .../gameitems/FixtureItemBase.kt | 2 +- 5 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index f1e285986..4e9742ba6 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -4,7 +4,7 @@ - +