Jakub Nei
Results
1
issues of
Jakub Nei
Define should be used instead of const. Anything const seems to be always equal to 0 regardless of what you set it to. Example: ``` const float MAX_TRACE_DISTANCE = 20.0;...