This commit is contained in:
Gray
2024-03-15 07:55:29 -04:00
parent e76d5d8c2a
commit 8cdfa3aa00
2 changed files with 12 additions and 8 deletions

View File

@@ -413,8 +413,10 @@ public:
return false;
}
/*
inline InElementType& operator[](uint32 Index)
{
return Data[Index];
}
*/
};