# Integrated Actor Viewer and Actor Editor tools

ObjectManager: Removed ObjectTypes because it hasn't been used for
years.
Atlas: Fixed leak when saving with Xerces. Changed range of water
shininess slider.
Actor Editor: Relabelled "Freq" to "Ratio". Made modal dialogs use the
correct parent.

This was SVN commit r4376.
This commit is contained in:
Ykkrosh
2006-09-22 17:43:00 +00:00
parent 871cdb6ef9
commit a1a7dac59c
32 changed files with 217 additions and 191 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ void* ScriptingHost::jshook_function( JSContext* cx, JSStackFrame* fp, JSBool be
g_Profiler.StartScript( JS_GetFunctionName( fn ) );
}
else
g_Profiler.StartScript( "function invokation" );
g_Profiler.StartScript( "function invocation" );
}
else
g_Profiler.Stop();