Require semicolon after most engine API macros

This commit is contained in:
2023-07-30 00:56:00 +03:00
committed by Ari Vuollet
parent c81ddd09cc
commit 0b695e7fea
17 changed files with 91 additions and 86 deletions

View File

@@ -489,7 +489,7 @@ void SplineModel::Serialize(SerializeStream& stream, const void* otherObj)
SERIALIZE_MEMBER(BoundsScale, _boundsScale);
SERIALIZE_MEMBER(LODBias, _lodBias);
SERIALIZE_MEMBER(ForcedLOD, _forcedLod);
SERIALIZE_MEMBER(PreTransform, _preTransform)
SERIALIZE_MEMBER(PreTransform, _preTransform);
SERIALIZE(Model);
SERIALIZE(DrawModes);