]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a typo.
authorcurt <curt>
Tue, 15 May 2001 04:08:31 +0000 (04:08 +0000)
committercurt <curt>
Tue, 15 May 2001 04:08:31 +0000 (04:08 +0000)
src/Objects/matlib.cxx

index bfe1b9992ced4332926b3f7e9658344dee7d9379..d199c747979a3d7f1c8cd004609b6ed13dd8147c 100644 (file)
@@ -289,10 +289,10 @@ void FGMaterialLib::load_next_deferred() {
             SG_LOG( SG_GENERAL, SG_INFO, "Loading texture for " << key );
 #ifdef PLIB_1_2_X
             slot.get_textured()->
-                setTexture( (char *)slot.get_texture_name_c_str(), 0, 0, 0 );
+                setTexture( (char *)slot.get_texture_name_c_str(), 0, 0 );
 #else
             slot.get_textured()->
-                setTexture( (char *)slot.get_texture_name_c_str(), 0, 0 );
+                setTexture( (char *)slot.get_texture_name_c_str(), 0, 0, 0 );
 #endif
             slot.set_texture_loaded( true );
         }