Skip to content

Commit 6fd2c18

Browse files
committed
xrServerEntities: fix pragma copy-paste
1 parent a23a409 commit 6fd2c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrServerEntities/xrServer_Objects_Abstract.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ void CSE_Motion::FillProps(LPCSTR pref, PropItemVec& items)
113113
}
114114
#endif // #ifndef XRGAME_EXPORTS
115115

116-
#pragma pack(pop, 4)
116+
#pragma pack(pop)

0 commit comments

Comments
 (0)