iOS Support (#113)

undefined
This commit is contained in:
Brent
2024-01-22 09:22:41 -06:00
committed by GitHub
parent 90a15340b1
commit afe875e4fa
109 changed files with 6523 additions and 1105 deletions

View File

@@ -71,7 +71,7 @@ void BinaryHeap::downHeap(int num)
float var9;
if (var5 >= m_count) {
var8 = nullptr;
var9 = INFINITY;
var9 = std::numeric_limits<float>::infinity();
}
else {
var8 = m_items[var5];