From 48c05f1053f05675f297ef11fa12968bf03e55a8 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Sat, 16 Dec 2023 22:19:09 +0800 Subject: [PATCH] vault backup: 2023-12-16 22:19:09 --- 01-Diary/本周事务/笔记.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 01-Diary/本周事务/笔记.md 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