Rename the world tick function and set the tick rate back to default
This commit is contained in:
parent
8667f55143
commit
6b5d5abea1
5 changed files with 9 additions and 10 deletions
pkg/rove
|
@ -464,8 +464,8 @@ func (w *World) EnqueueAllIncoming() {
|
|||
w.CommandIncoming = make(map[string]CommandStream)
|
||||
}
|
||||
|
||||
// ExecuteCommandQueues will execute any commands in the current command queue
|
||||
func (w *World) ExecuteCommandQueues() {
|
||||
// Tick will execute any commands in the current command queue and tick the world
|
||||
func (w *World) Tick() {
|
||||
w.cmdMutex.Lock()
|
||||
defer w.cmdMutex.Unlock()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue