mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement LegoUnknown::FUN_1009a1e0 (#940)
This commit is contained in:

committed by
GitHub

parent
fb16b2c896
commit
8428cde67f
@@ -104,7 +104,7 @@ public:
|
||||
|
||||
if (sq > 0.0f) {
|
||||
float root = sqrt(sq);
|
||||
if (root > 0) {
|
||||
if (root > 0.0f) {
|
||||
DivScalarImpl(&root);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user