mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-04 04:30:09 +00:00
fix:
This commit is contained in:
@@ -24,5 +24,5 @@ func SelectNotZero[T Number](num1 T, num2 T) T {
|
|||||||
if num1 != 0 {
|
if num1 != 0 {
|
||||||
return num1
|
return num1
|
||||||
}
|
}
|
||||||
return num1
|
return num2
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user