2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-29 15:51:57 +00:00

chore: adjust name of leaderboard asset

This commit is contained in:
Jan
2024-05-25 11:22:56 +02:00
parent a166878f7d
commit 5737f232e2
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
namespace IW4
{
class AssetLoaderLeaderboard final : public BasicAssetLoader<AssetLeaderBoard>
class AssetLoaderLeaderboard final : public BasicAssetLoader<AssetLeaderboard>
{
public:
_NODISCARD void* CreateEmptyAsset(const std::string& assetName, MemoryManager* memory) override;