Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Dec 31, 2024
1 parent 32b636c commit 630b013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientLib/ClientSessionHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ namespace tsom
visualEntity.emplace<AnimationComponent>(skeleton, std::make_shared<PlayerAnimationController>(visualEntity, m_playerAnimAssets));

// Floating name
std::shared_ptr<Nz::TextSprite> textSprite = std::make_shared<Nz::TextSprite>(Nz::MaterialInstance::Instantiate(MaterialType::Basic, MaterialInstancePreset::ReverseZ | MaterialInstancePreset::Transparent));
std::shared_ptr<Nz::TextSprite> textSprite = std::make_shared<Nz::TextSprite>(Nz::MaterialInstance::Instantiate(Nz::MaterialType::Basic, Nz::MaterialInstancePreset::ReverseZ | Nz::MaterialInstancePreset::Transparent));

PlayerInfo* playerInfo = FetchPlayerInfo(entityData.controllingPlayerId);
if (playerInfo)
Expand Down

0 comments on commit 630b013

Please sign in to comment.