This was actually better before, I think

This commit is contained in:
Lirusaito
2019-03-03 15:36:04 -05:00
parent c010c098fc
commit 179e2627eb

View File

@@ -1116,7 +1116,7 @@ void LLFloaterInventoryFinder::draw()
U32 hours = (U32)mSpinSinceHours->get();
if (hours >= 24)
{
days = hours / 24;
days += hours / 24;
hours = (U32)hours % 24;
mSpinSinceDays->set((F32)days);
mSpinSinceHours->set((F32)hours);