tempdata 也采用三缓冲架构
This commit is contained in:
@@ -27,7 +27,7 @@ namespace YSG {
|
||||
}
|
||||
};
|
||||
|
||||
struct MutiSelectRectTempData : YSG::TempData {
|
||||
struct MutiSelectRectInputData : YSG::InputData {
|
||||
|
||||
};
|
||||
|
||||
@@ -94,7 +94,6 @@ namespace YSG {
|
||||
|
||||
void keyReleaseEvent(QKeyEvent* event) override {
|
||||
MutiSelectRectRenderState* sc = editState();
|
||||
MutiSelectRectTempData* td = editTempData();
|
||||
SpinLockGuard _guard(&mBufferLock);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user