From 91a6450c946a49c9d7cdc009b0a1836ad56f1004 Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Wed, 27 Mar 2024 22:45:34 +0200 Subject: [PATCH] _interpolate --- Source/Engine/Level/Actor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/Level/Actor.h b/Source/Engine/Level/Actor.h index 98045fc85..94665a471 100644 --- a/Source/Engine/Level/Actor.h +++ b/Source/Engine/Level/Actor.h @@ -38,6 +38,7 @@ protected: uint16 _isPrefabRoot : 1; uint16 _isEnabled : 1; uint16 _drawNoCulling : 1; + uint16 _drawInterpolate : 1; uint16 _drawCategory : 4; byte _layer; StaticFlags _staticFlags;