Problem PreStep info

usmc3891

OFSS III Pilot
Joined
Oct 9, 2008
Messages
80
Reaction score
0
Points
0
Location
New Orleans
On the bottom left-hand corner of my screen in a white box is PreStep-> with some numbers behind it. How do I get rid of this?

---------- Post added at 06:21 PM ---------- Previous post was at 05:52 PM ----------

Here is a screenshot of it.

 
Yes, that's a C++ function of the SDK called "oapiDebugString".

PreStep is the name of one of the code "loops" that update every frame of the simulation. What you see here are some code variables, useful to the developper.

It is necessarily related to an addon/plugin module you have installed/activated. Try desactivating some plugins and see which one causes that.
 
Someone forgot to remove the code that displays that debug information before releasing the add-on.

If you still want to to use LOLA, but without the debug string, you can use DisableDebugString module, which will disable the output of all strings passed to oapiDebugString.
 
Back
Top