Fix typos

This commit is contained in:
Wojtek Figat
2026-02-06 12:47:07 +01:00
parent 4a7f1a5fde
commit b4cb1028ed
4 changed files with 6 additions and 16 deletions

View File

@@ -5,11 +5,6 @@
#include "Engine/Animations/Config.h"
#include "Engine/Core/Log.h"
#include "Engine/Core/Math/Matrix.h"
#include "Engine/Core/Math/Matrix3x4.h"
SkinnedMeshDrawData::SkinnedMeshDrawData()
{
}
SkinnedMeshDrawData::~SkinnedMeshDrawData()
{

View File

@@ -36,11 +36,6 @@ public:
Array<byte> Data;
public:
/// <summary>
/// Initializes a new instance of the <see cref="SkinnedMeshDrawData"/> class.
/// </summary>
SkinnedMeshDrawData();
/// <summary>
/// Finalizes an instance of the <see cref="SkinnedMeshDrawData"/> class.
/// </summary>
@@ -76,7 +71,7 @@ public:
void OnDataChanged(bool dropHistory);
/// <summary>
/// After bones Data has been send to the GPU buffer.
/// After bones Data has been sent to the GPU buffer.
/// </summary>
void OnFlush()
{