浏览代码

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;
         }