Commit d7fc8db0 authored by Maciej Suminski's avatar Maciej Suminski

Removed warning.

parent aa716870
......@@ -1286,7 +1286,7 @@ int RTREE_QUAL::PickBranch( Rect* a_rect, Node* a_node )
ELEMTYPEREAL increase;
ELEMTYPEREAL bestIncr = (ELEMTYPEREAL) -1;
ELEMTYPEREAL area;
ELEMTYPEREAL bestArea;
ELEMTYPEREAL bestArea = 0;
int best = 0;
Rect tempRect;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment