Add some missing changes

This commit is contained in:
Wojciech Figat
2022-02-08 18:06:56 +01:00
parent 70ca42794a
commit 88879e441e
4 changed files with 13 additions and 4 deletions

View File

@@ -95,7 +95,6 @@ public:
/// <summary>
/// Determines whether this mesh is using 16 bit index buffer, otherwise it's 32 bit.
/// </summary>
/// <returns>True if this mesh is using 16 bit index buffer, otherwise 32 bit index buffer.</returns>
API_PROPERTY() FORCE_INLINE bool Use16BitIndexBuffer() const
{
return _use16BitIndexBuffer;