소스 검색

Adding small comment

Signed-off-by: Gene Walters <[email protected]>
Gene Walters 3 년 전
부모
커밋
2c8860708e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gem/Code/Source/Spawners/RoundRobinSpawner.cpp

+ 1 - 1
Gem/Code/Source/Spawners/RoundRobinSpawner.cpp

@@ -32,7 +32,7 @@ namespace MultiplayerSample
 
         if (m_spawnIndex >= m_spawners.size())
         {
-            AZLOG_WARN("RoundRobinSpawner has an out-of-bounds spawner index. Resetting spawn index to 0.")
+            AZLOG_WARN("RoundRobinSpawner has an out-of-bounds spawner index. Resetting spawn index to 0. Did you forget to call UnregisterPlayerSpawner?")
             m_spawnIndex = 0;
         }