-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Description
switch-examples/graphics/deko3d/deko_examples/source/SampleFramework/CIntrusiveTree.cpp
Line 195 in b55cb17
child = node->left() ? node->right() : node->left(); |
should be child = node->left() ? node->left() : node->right();
according to
Metadata
Metadata
Assignees
Labels
No labels