SL-233 FIX - removed some surplus log files.
parent
6c422a8814
commit
4588616d0d
|
|
@ -789,12 +789,12 @@ void LLMotionController::updateLoadingMotions()
|
|||
mLoadingMotions.erase(curiter);
|
||||
// add motion to our loaded motion list
|
||||
mLoadedMotions.insert(motionp);
|
||||
// FIXME SO MUCH DUMP
|
||||
// FIXME BENTO SO MUCH DUMP
|
||||
{
|
||||
LLKeyframeMotion *km = dynamic_cast<LLKeyframeMotion*>(motionp);
|
||||
if (km)
|
||||
{
|
||||
km->dumpToFile("");
|
||||
//km->dumpToFile("");
|
||||
}
|
||||
}
|
||||
// this motion should be playing
|
||||
|
|
|
|||
Loading…
Reference in New Issue