Implement LegoUnknown::FUN_1009a1e0 (#940)

This commit is contained in:
Christian Semmler
2024-05-19 16:36:11 -04:00
committed by GitHub
parent fb16b2c896
commit 8428cde67f
3 changed files with 49 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ public:
if (sq > 0.0f) {
float root = sqrt(sq);
if (root > 0) {
if (root > 0.0f) {
DivScalarImpl(&root);
return 0;
}