From: curt Date: Thu, 13 May 1999 19:08:10 +0000 (+0000) Subject: Whups, stupid syntax error, should have compiled before committing. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cb6c0e8e45b9a0e74b327e5d03ca7d75cf954b0b;p=flightgear.git Whups, stupid syntax error, should have compiled before committing. --- diff --git a/Simulator/Objects/material.cxx b/Simulator/Objects/material.cxx index 98ae62864..819405db6 100644 --- a/Simulator/Objects/material.cxx +++ b/Simulator/Objects/material.cxx @@ -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); }