mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 07:32:30 +00:00
# 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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user