mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
fixed a bug where picking up a fixture placed on the world would drop one more fixture than it should do
This commit is contained in:
@@ -48,7 +48,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
* e.g. 0x02010034 will be translated as 2.1.52
|
||||
*
|
||||
*/
|
||||
const val VERSION_RAW = 0x00030001
|
||||
const val VERSION_RAW = 0x00030000
|
||||
// Commit counts up to the Release 0.3: 2251 (plz update!)
|
||||
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user