mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
格式化代码
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ func (g *Grid) RemoveEntityId(entityId uint32) {
|
||||
if exist {
|
||||
delete(g.entityIdMap, entityId)
|
||||
} else {
|
||||
logger.LOG.Error("remove entity id but it not exist, entityId: %v", entityId)
|
||||
logger.Error("remove entity id but it not exist, entityId: %v", entityId)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user