From 1aa1accc7fa7076001e63074f8185652da1c7b25 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Wed, 13 Dec 2023 22:35:25 +0800 Subject: [PATCH] vault backup: 2023-12-13 22:35:25 --- 01-Diary/本周事务/笔记.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 01-Diary/本周事务/笔记.md diff --git a/01-Diary/本周事务/笔记.md b/01-Diary/本周事务/笔记.md new file mode 100644 index 0000000..b253ce8 --- /dev/null +++ b/01-Diary/本周事务/笔记.md @@ -0,0 +1,20 @@ +--- +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