forked from speed-dreams/speed-dreams-code
- 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 Former-commit-id: fa1910004606ce6aba11f8300dbddf623f336186 Former-commit-id: 60542ad303db43318146db07385573e7e8272a0f
This commit is contained in:
parent
a13d62cf72
commit
e0fc067e07
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue