Clean up some Mesh code

This commit is contained in:
Alex Szpakowski
2020-02-01 15:59:38 -04:00
parent 2572f0c7a1
commit c9809d8d82
4 changed files with 11 additions and 35 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ private:
struct AttachedAttribute
{
Buffer *buffer;
StrongRef<Buffer> buffer;
int index;
AttributeStep step;
bool enabled;