Describe the bug
When you go into the steam overlay (or pause the game) ops keeps adding up and it results with tick quota exceeded.
How to reproduce the bug
Write any code that constantly uses ops and pause the game. This will reproduce the bug.
Note that this doesn't happen instantly, consider making something that uses a lot of ops and wait a couple of seconds or minutes
Ex.:
event tick() { for (I=1,500){ A=1 } }
Describe the bug
When you go into the steam overlay (or pause the game) ops keeps adding up and it results with tick quota exceeded.
How to reproduce the bug
Write any code that constantly uses ops and pause the game. This will reproduce the bug.
Note that this doesn't happen instantly, consider making something that uses a lot of ops and wait a couple of seconds or minutes
Ex.:
event tick() { for (I=1,500){ A=1 } }