fixed the memory garbage problem
This commit is contained in:
@@ -24,7 +24,7 @@ struct Segment {
|
||||
std::uint32_t textureIndex = 0;
|
||||
float* vertex = nullptr;
|
||||
float* uv = nullptr;
|
||||
std::vector<std::vector<std::uint32_t>*> meshIndices; // indices into vertex array
|
||||
std::vector<std::vector<std::uint32_t>> meshIndices; // indices into vertex array
|
||||
};
|
||||
|
||||
struct Modl {
|
||||
|
Reference in New Issue
Block a user