From 1c4ebe9ab6cf7d9cc90a31a9e87ac0c42bb4e1b8 Mon Sep 17 00:00:00 2001 From: VNC <52937757+VNNCC@users.noreply.github.com> Date: Tue, 29 Dec 2020 03:23:37 +0100 Subject: [PATCH] Fix typo in AnimGraph --- Source/Engine/Animations/Graph/AnimGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Animations/Graph/AnimGraph.h b/Source/Engine/Animations/Graph/AnimGraph.h index 50f691949..2da3198f6 100644 --- a/Source/Engine/Animations/Graph/AnimGraph.h +++ b/Source/Engine/Animations/Graph/AnimGraph.h @@ -311,7 +311,7 @@ public: public: /// - /// The instance data version number. Used to sync the Anim Graph data with the instance state. Handles Anim Graph reloads to enure data is valid. + /// The instance data version number. Used to sync the Anim Graph data with the instance state. Handles Anim Graph reloads to ensure data is valid. /// uint32 Version = 0;