Skip to content

Commit

Permalink
Fix issue #144
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Oct 24, 2023
1 parent 6d2d4b1 commit 10dbf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ This object controls the internal clock mode.
| ---- | ---- | ------- | ----------- |
| `mode` | string | seer | `fixed` or `seer`. Set the clock to fixed (game loop) or seer (event loop) |
| `show_log` | bool | false | Expose the clock ticks via `next_tick` and `tick_log` attributes in the coordinator entity |
| `max_log_entiries` | number | 50 | Set the number of entires in the tick log history |
| `max_log_entries` | number | 50 | Set the number of entries in the tick log history |

### 5.10. Check Back Object

Expand Down

0 comments on commit 10dbf6d

Please sign in to comment.