Format more engine code

This commit is contained in:
Wojtek Figat
2022-06-14 20:17:00 +02:00
parent 7c923198e0
commit b49e5e9984
219 changed files with 348 additions and 1236 deletions

View File

@@ -39,7 +39,6 @@ struct FLAXENGINE_API AssetHeader
FlaxChunk* Chunks[ASSET_FILE_DATA_CHUNKS];
public:
/// <summary>
/// Initializes a new instance of the <see cref="AssetHeader"/> struct.
/// </summary>
@@ -51,7 +50,6 @@ public:
}
public:
/// <summary>
/// Gets the chunks.
/// </summary>
@@ -154,7 +152,6 @@ struct FLAXENGINE_API AssetInitData
#endif
public:
/// <summary>
/// Gets the hash code.
/// </summary>