]> git.mxchange.org Git - flightgear.git/commitdiff
Whups, stupid syntax error, should have compiled before committing.
authorcurt <curt>
Thu, 13 May 1999 19:08:10 +0000 (19:08 +0000)
committercurt <curt>
Thu, 13 May 1999 19:08:10 +0000 (19:08 +0000)
Simulator/Objects/material.cxx

index 98ae6286422557fc6d8ac525b406736b80dcd824..819405db60e8c2b4699044a6b6538e1bb3568761 100644 (file)
@@ -209,6 +209,7 @@ FGMaterial::load_texture( const string& root )
 
        if ( gluBuild2DMipmaps( GL_TEXTURE_2D, GL_RGB, width, height, 
                                GL_RGB, GL_UNSIGNED_BYTE, texbuf ) != 0 )
+       {
            FG_LOG( FG_GENERAL, FG_ALERT, "Error building mipmaps");
            exit(-1);
        }