Add missing type serialise

This commit is contained in:
baldurk
2020-05-15 01:09:43 +01:00
parent 22a56bb688
commit 526af5f1db
+1
View File
@@ -341,6 +341,7 @@ template <typename SerialiserType>
void DoSerialise(SerialiserType &ser, DebugVariableReference &el)
{
SERIALISE_MEMBER(name);
SERIALISE_MEMBER(type);
SERIALISE_MEMBER(component);
SIZE_CHECK(32);