diff --git a/01-Diary/本周事务/笔记.md b/01-Diary/本周事务/笔记.md deleted file mode 100644 index b253ce8..0000000 --- a/01-Diary/本周事务/笔记.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Untitled -date: 2023-12-13 22:02:23 -excerpt: -tags: -rating: ⭐ -status: inprogress -destination: -share: false -obsidianUIMode: source ---- - -bool bUseRawDataOnly; - -```c++ -/** -* Return true if compressed data is out of date / missing and so animation needs to use raw data -*/ -bool DoesNeedRecompress() const { return GetSkeleton() && (bUseRawDataOnly || (GetSkeletonVirtualBoneGuid() != GetSkeleton()->GetVirtualBoneGuid())); } -``` \ No newline at end of file