This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
avl_tree: final bug fix… so far :s
undefined
Guillaume Bittoun
Sam Hocevar
<sam@hocevar.net>
10 years ago
parent
24cbf425c2
commit
69f8065d47
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/lol/base/avl_tree.h
+ 2
- 0
src/lol/base/avl_tree.h
View File
@@ -421,6 +421,8 @@ protected:
replacement->m_chain[0]->m_chain[1] = replacement;
if (replacement->m_chain[1])
replacement->m_chain[1]->m_chain[0] = replacement;
replacement->update_balance();
}
else
{
Write
Preview
Loading…
Cancel
Save