20,741
edits
| Line 323: | Line 323: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Here's the FlightGear part for the SimGear changes above exposing the new API via <code> | Here's the FlightGear part for the SimGear changes above exposing the new API via <code>ELEMENT.dumpSceneGraph()</code>: | ||
<syntaxhighlight lang="diff"> | <syntaxhighlight lang="diff"> | ||
diff --git a/src/Scripting/NasalCanvas.cxx b/src/Scripting/NasalCanvas.cxx | diff --git a/src/Scripting/NasalCanvas.cxx b/src/Scripting/NasalCanvas.cxx | ||