HomeGamesUpdatesPricingMethodology
Steam News26 June 20251y ago

🐛 Hotfix 1.0.4.1 — Infinite Value Upgrade Bug Fix

Hello everyone! This is a small hotfix to address a bug that caused upgrade values to reach infinity after around 600 purchases. ✅ Bug fix: Thanks to user Prof.

Full notes

Full Lhama Clicker update

Read the full published notes in a cleaner layout. The original post stays linked below.

Repeated intro

Hello everyone!

What changed

1 fix1 addition1 change0 removals
  • Gameplay
fixedThis is a small hotfix to address a bug that caused upgrade values to reach infinity after around 600 purchases.
changedThanks to user Prof.Vaharrak, we discovered that the upgrade multiplier was using a float type, which has a maximum value of 3.402823466e+38. This was causing calculations to overflow and return Infinity.
addedAdditionally, a safety cap has been added to prevent values from exceeding 1.79769E+308, ensuring they never become infinite again.

Lhama Clicker changes

fixedThis is a small hotfix to address a bug that caused upgrade values to reach infinity after around 600 purchases.
changedThanks to user Prof.Vaharrak, we discovered that the upgrade multiplier was using a float type, which has a maximum value of 3.402823466e+38. This was causing calculations to overflow and return Infinity.
addedAdditionally, a safety cap has been added to prevent values from exceeding 1.79769E+308, ensuring they never become infinite again.

This is a small hotfix to address a bug that caused upgrade values to reach infinity after around 600 purchases.

✅ Bug fix:

Thanks to user Prof.Vaharrak, we discovered that the upgrade multiplier was using a float type, which has a maximum value of 3.402823466e+38. This was causing calculations to overflow and return Infinity.

The multiplier calculation now uses double, which supports values up to 1.79769E+308.

Additionally, a safety cap has been added to prevent values from exceeding 1.79769E+308, ensuring they never become infinite again.

Thank you again to Prof.Vaharrak for the report.

Source

Steam News / 26 June 2025

Open original post

Changelog.gg summarizes and formats this update. How we read updates.