From 1e01d3027eea6bbe8c6f8f82abbe3de174556036 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Sun, 4 Dec 2022 03:37:55 +0900 Subject: [PATCH] delta-t benchmarking will update itself every 64th frame, reducing the performance impact --- .idea/artifacts/SpriteAssemblerApp.xml | 12 ++++++------ .idea/artifacts/TerrarumBuild.xml | 2 +- .idea/compiler.xml | 1 + .idea/modules.xml | 4 ++-- .idea/runConfigurations/SpriteAssemblerApp.xml | 2 +- .idea/runConfigurations/Terrarum.xml | 2 +- .idea/runConfigurations/Terrarum__no_DEV_MODE_.xml | 2 +- ModuleComputers/ModuleComputers.iml | 2 +- terrarum.terrarum.iml => TerrarumBuild.iml | 0 src/net/torvald/terrarum/TerrarumPostProcessor.kt | 14 +++++++++----- 10 files changed, 23 insertions(+), 18 deletions(-) rename terrarum.terrarum.iml => TerrarumBuild.iml (100%) diff --git a/.idea/artifacts/SpriteAssemblerApp.xml b/.idea/artifacts/SpriteAssemblerApp.xml index cfd3fea8a..5d7b9dcef 100644 --- a/.idea/artifacts/SpriteAssemblerApp.xml +++ b/.idea/artifacts/SpriteAssemblerApp.xml @@ -5,7 +5,7 @@ - + @@ -57,11 +57,11 @@ - - - - - + + + + + diff --git a/.idea/artifacts/TerrarumBuild.xml b/.idea/artifacts/TerrarumBuild.xml index 1c180ad5f..c6f61dd0f 100644 --- a/.idea/artifacts/TerrarumBuild.xml +++ b/.idea/artifacts/TerrarumBuild.xml @@ -5,7 +5,7 @@ - + diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 4e9742ba6..9783de69d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,7 @@ +