FIX: fixed a issue where copied positions are alway valid

This commit is contained in:
hwinkel
2023-08-04 12:34:38 +02:00
parent 6fab3540bb
commit 6c5b17c90c
2 changed files with 24 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ namespace SimCore {
mutable std::mutex mx;
std::atomic_bool valid_;
std::atomic_bool valid_ = false;
};