mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-03 17:05:50 +00:00
Update applyHook.cpp
clang
This commit is contained in:
@@ -5458,12 +5458,12 @@ float_divide_internal(int64_t float1, int64_t float2, bool hasFix)
|
||||
if (hasFix)
|
||||
{
|
||||
for (; man1 >= man2; man1 -= man2, ++i)
|
||||
;
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
for (; man1 > man2; man1 -= man2, ++i)
|
||||
;
|
||||
;
|
||||
}
|
||||
|
||||
man3 *= 10;
|
||||
|
||||
Reference in New Issue
Block a user