- move wheel-compound index to info->debug

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9199 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
torcs-ng 2023-11-02 20:27:29 +00:00
parent 461b6ebc64
commit ec87e8e1ae
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ void SDWheels::updateWheels()
if (compounds)
{
this->wheels_switches[i]->setSingleChildOn(v);
GfLogInfo("Drawing Compounds = %i\n", v);
GfLogDebug("Drawing Compounds = %i\n", v);
}
else
this->wheels_switches[i]->setSingleChildOn(j);