1
0
Fork 0
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:
Kane York 2015-12-23 21:56:56 -08:00
parent 18c1abd3e3
commit 89ff64f52c
9 changed files with 42 additions and 5 deletions

View file

@ -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