Skip to content

Commit

Permalink
Fix packaging compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanikoglu committed Nov 4, 2020
1 parent c64366a commit 1762d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ALSV4_CPP/Public/Character/ALSBaseCharacter.h
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ class ALSV4_CPP_API AALSBaseCharacter : public ACharacter
float ServerRagdollPull = 0.0f;

/* Dedicated server mesh default visibility based anim tick option*/
EVisibilityBasedAnimTickOption DefVisBasedTickOp = EVisibilityBasedAnimTickOption::AlwaysTickPoseAndRefreshBones;
EVisibilityBasedAnimTickOption DefVisBasedTickOp;

/** Cached Variables */

Expand Down

0 comments on commit 1762d1d

Please sign in to comment.