FIX: fixed a issue where copied positions are alway valid
This commit is contained in:
@@ -63,7 +63,7 @@ namespace SimCore {
|
||||
|
||||
mutable std::mutex mx;
|
||||
|
||||
std::atomic_bool valid_;
|
||||
std::atomic_bool valid_ = false;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user