Fix compilation after merge

#2714
This commit is contained in:
Wojtek Figat
2024-07-24 16:48:46 +02:00
parent 05ed7edcbf
commit faf7a28cf2
3 changed files with 3 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ public:
/// </summary>
/// <remarks>Implementation based on https://blackpawn.com/texts/lightmaps/default.html.</remarks>
template<typename NodeType, typename SizeType = uint32>
struct DEPRECATED RectPack
struct DEPRECATED("Use RectPackNode and RectPackAtlas instead.") RectPack
{
// Left and Right slots allow to easily move around the atlas like in a tree structure.
NodeType* Left;