mirror of https://github.com/tstellar/bygfoot.git
added a debug-writer for debugging to console
This commit is contained in:
parent
ff1aff000c
commit
59578a63ab
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
# debug level
|
# debug level
|
||||||
int_debug 0
|
int_debug 0
|
||||||
|
# write debug messages to console 0=no >0=yes
|
||||||
|
int_debug_writer 0
|
||||||
|
|
||||||
#### float constants get divided by 100000 and loaded as floats
|
#### float constants get divided by 100000 and loaded as floats
|
||||||
#### so we write 50000 if we'd like to have 0.5
|
#### so we write 50000 if we'd like to have 0.5
|
||||||
|
|
Loading…
Reference in New Issue