]> 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 cfdca473c173a20daa66a626b17c682067d07bf6..ee1f65017cda6e46921d5506e1560f48f8142c60 100644 (file)
@@ -88,8 +88,9 @@ public:
     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(); }