mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-12 00:50:53 +00:00
Add comments, add dumpStackOnCtrlZ() for tests
This commit is contained in:
parent
18c1abd3e3
commit
89ff64f52c
9 changed files with 42 additions and 5 deletions
|
@ -6,4 +6,7 @@ package server
|
|||
// }
|
||||
import "C"
|
||||
|
||||
// note: this seems to add 0.1s to compile time on my machine
|
||||
var ticksPerSecond = int(C.get_ticks_per_second())
|
||||
|
||||
//var ticksPerSecond = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue