fix a bug when merging unrelated trees
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ private:
|
||||
|
||||
// 0 is the first person in the tree
|
||||
person_id focused_ = 0; /* the tree was draw based on this person */
|
||||
person_id selected_ = 0;
|
||||
person_id selected_;
|
||||
U8 zoom_ = 0;
|
||||
|
||||
// todo: figure out what to do with these constants
|
||||
|
||||
Reference in New Issue
Block a user