fix: ship production math
This commit is contained in:
committed by
Ilia Denisov
parent
9088cc77c9
commit
327f2865d4
@@ -16,7 +16,7 @@ func F(v float64) Float {
|
||||
}
|
||||
|
||||
func (f Float) Add(v float64) Float {
|
||||
return F(f.F() + v)
|
||||
return f + F(v)
|
||||
}
|
||||
|
||||
func (f Float) F() float64 {
|
||||
|
||||
Reference in New Issue
Block a user