Add padding.

This commit is contained in:
Syoyo Fujita
2018-01-31 14:24:37 +09:00
parent 78c7c9011a
commit 9a6390cdee

View File

@@ -230,6 +230,7 @@ typedef struct {
typedef struct {
int smoothingGroupId; // Smoothing group id.
int _pad0;
std::string name;
mesh_t mesh;
} shape_t;