Fixed a typo.
This commit is contained in:
parent
a01a26a009
commit
b7ccbfe532
1 changed files with 2 additions and 2 deletions
|
@ -289,10 +289,10 @@ void FGMaterialLib::load_next_deferred() {
|
||||||
SG_LOG( SG_GENERAL, SG_INFO, "Loading texture for " << key );
|
SG_LOG( SG_GENERAL, SG_INFO, "Loading texture for " << key );
|
||||||
#ifdef PLIB_1_2_X
|
#ifdef PLIB_1_2_X
|
||||||
slot.get_textured()->
|
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
|
#else
|
||||||
slot.get_textured()->
|
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
|
#endif
|
||||||
slot.set_texture_loaded( true );
|
slot.set_texture_loaded( true );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue