]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/matlib.hxx
Replaced some debugging structure David inadvertantly removed.
[flightgear.git] / src / Objects / matlib.hxx
index d33313880fcf7733574084ef1584c8f98f1196a0..ee1f65017cda6e46921d5506e1560f48f8142c60 100644 (file)
@@ -86,9 +86,11 @@ public:
     FGNewMat *find( const string& material );
 
     void set_step (int step);
+    int get_step ();
 
-    // Load one pending "deferred" texture.  Return true if a texture
-    // loaded successfully, false if no pending, or error.
+    /**
+     * Load the next deferred texture, if there is any.
+     */
     void load_next_deferred();
 
     material_map_iterator begin() { return matlib.begin(); }