File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1194,7 +1194,7 @@ int main(int argc, const char **argv)
1194
1194
// find any object to display
1195
1195
if (!GApplication.FindObjectAndCreateVisualizer (1 , GApplication.GuiShown , true )) // !! don't need to pass GuiShown there
1196
1196
{
1197
- appPrintf (" \n The specified package(s) has no objects to diaplay .\n\n " );
1197
+ appPrintf (" \n The specified package(s) has no objects to display .\n\n " );
1198
1198
goto no_objects;
1199
1199
}
1200
1200
Original file line number Diff line number Diff line change @@ -2304,7 +2304,7 @@ void UStaticMesh4::Serialize(FArchive &Ar)
2304
2304
2305
2305
// !! TODO: support sockets
2306
2306
Ar << Sockets;
2307
- if (Sockets.Num ()) appNotify (" StaticMesh has %d sockets" , Sockets.Num ());
2307
+ if (Sockets.Num ()) appPrintf (" StaticMesh has %d sockets\n " , Sockets.Num ());
2308
2308
2309
2309
// editor models
2310
2310
if (!StripFlags.IsEditorDataStripped ())
You can’t perform that action at this time.
0 commit comments