]> git.mxchange.org Git - flightgear.git/commit
screenPrint() is obsolete. Use screen.log.write() for the same purpose,
authormfranz <mfranz>
Mon, 13 Feb 2006 20:08:04 +0000 (20:08 +0000)
committermfranz <mfranz>
Mon, 13 Feb 2006 20:08:04 +0000 (20:08 +0000)
commit034e39dba5099c23c2f77e19db5256d1e554ee52
tree9e0eca1d1de20bc1db0862aef23c4423381967c7
parenta9228ee582e4b798bf0b93e8993505a1e851bf30
screenPrint() is obsolete. Use screen.log.write() for the same purpose,
or write to the color properties in /sim/screen/. If this Nasal/GUI
implementation turns out to be too slow, we'll write a generic OpenGL/plib
version simliar to the ATCdisplay code.  (OK'ed by Andy and Stuart)
src/Scripting/NasalSys.cxx
src/Scripting/NasalSys.hxx