mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
Detailed statistic decimal places fix #398
This commit is contained in:
parent
08fc7ea6bc
commit
ddeb59c649
@ -101,7 +101,7 @@ namespace VPet_Simulator.Windows
|
||||
/// </summary>
|
||||
public double StatCount
|
||||
{
|
||||
get { return _statCount; }
|
||||
get { return Math.Round(_statCount, 2); }
|
||||
set
|
||||
{
|
||||
if (_statCount != value)
|
||||
|
Loading…
Reference in New Issue
Block a user