mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
commenting out some debug prints
This commit is contained in:
@@ -240,7 +240,7 @@ internal object WeatherMixer : RNGConsumer {
|
|||||||
val currentWindSpeed = weatherbox.windSpeed.value
|
val currentWindSpeed = weatherbox.windSpeed.value
|
||||||
val currentWindDir = weatherbox.windDir.value * HALF_PI
|
val currentWindDir = weatherbox.windDir.value * HALF_PI
|
||||||
|
|
||||||
printdbg(this, "Wind speed = $currentWindSpeed")
|
// printdbg(this, "Wind speed = $currentWindSpeed")
|
||||||
|
|
||||||
if (forceWindVec != null) {
|
if (forceWindVec != null) {
|
||||||
windVector.set(forceWindVec)
|
windVector.set(forceWindVec)
|
||||||
@@ -294,7 +294,7 @@ internal object WeatherMixer : RNGConsumer {
|
|||||||
|
|
||||||
var immDespawnCount = 0
|
var immDespawnCount = 0
|
||||||
val immDespawnCauses = ArrayList<String>()
|
val immDespawnCauses = ArrayList<String>()
|
||||||
printdbg(this, "Wind vector = $windVector")
|
// printdbg(this, "Wind vector = $windVector")
|
||||||
// move the clouds
|
// move the clouds
|
||||||
clouds.forEach {
|
clouds.forEach {
|
||||||
// do parallax scrolling
|
// do parallax scrolling
|
||||||
|
|||||||
Reference in New Issue
Block a user