]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Objects.cpp
abs() -> fabs()
[lugaru.git] / Source / Objects / Objects.cpp
index 20e117ca58feb31ed4d7b7d4da1b96baa40e54ef..4b97666a18aebacf5b4ade0beaad1df0b1f4efb1 100644 (file)
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "Objects/Objects.h"
+#include "Objects/Objects.hpp"
 
 extern XYZ viewer;
 extern float viewdistance;
@@ -838,5 +838,4 @@ Objects::~Objects()
     treetextureptr.destroy();
     bushtextureptr.destroy();
     rocktextureptr.destroy();
-};
-
+}