Oops, all changes!

This commit is contained in:
MarcEricMartel
2023-12-16 15:27:20 -05:00
parent 2eacc0477b
commit 7f9462881c
3 changed files with 4 additions and 3 deletions

View File

@@ -679,7 +679,8 @@ void Engine::DisplayInfo(float elapsedTime, BlockType bloc) {
ss.str("");
fPosY -= charSize;
ss << " Remote Position : " << m_otherplayerpos;
Vector3f pos = Vector3f(m_otherplayerpos.x + CHUNK_SIZE_X * WORLD_SIZE_X / 2, m_otherplayerpos.y, m_otherplayerpos.z + CHUNK_SIZE_Z * WORLD_SIZE_Y / 2);
ss << " Remote Position : " << pos;
PrintText(fPosX, fPosY, ss.str());
ss.str("");
fPosY -= charSize;