Fix typo in AnimGraph

This commit is contained in:
VNC
2020-12-29 03:23:37 +01:00
parent d65e922cca
commit 1c4ebe9ab6

View File

@@ -311,7 +311,7 @@ public:
public:
/// <summary>
/// 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.
/// </summary>
uint32 Version = 0;