From 2d507172c6d4e267cc1571f197990dee1d217f74 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 7 May 2013 15:15:13 +0100 Subject: succesful render with a dirty hack --- rotord/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/utils.h') diff --git a/rotord/utils.h b/rotord/utils.h index e9084ff..c0c9752 100644 --- a/rotord/utils.h +++ b/rotord/utils.h @@ -4,3 +4,4 @@ bool fequal(const float u,const float v); bool flessorequal(const float u,const float v); bool fmoreorequal(const float u,const float v); +bool fless(const float u,const float v); -- cgit v1.2.3