修复若干bug
This commit is contained in:
@@ -107,7 +107,6 @@ private:
|
||||
mutable std::mutex children_mutex;
|
||||
std::weak_ptr<Plot_Render_Context> plot_context;
|
||||
std::atomic<Renderable_Cache_Mode> cache_mode{Renderable_Cache_Mode::Direct};
|
||||
std::atomic_bool cache_dirty{true};
|
||||
std::atomic<std::uint64_t> cache_edit_version{1};
|
||||
std::atomic<std::uint64_t> cache_ready_version{0};
|
||||
Image cache_image;
|
||||
|
||||
Reference in New Issue
Block a user