From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/math/functions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/functions.cc') diff --git a/src/math/functions.cc b/src/math/functions.cc index bb4e9bf..c4b832c 100644 --- a/src/math/functions.cc +++ b/src/math/functions.cc @@ -68,7 +68,7 @@ float sgnf(float value) return -1; else if (value == 0) return 0; - + return 1; } -- cgit v1.2.3