From 0db5573d4de436cf14c9f6d113a28800fa278c2c Mon Sep 17 00:00:00 2001 From: Nay Date: Mon, 3 Sep 2012 15:39:07 +0100 Subject: Core/Dependencies: Update G3D to version 8.01 --- dep/g3dlite/source/g3dmath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep/g3dlite/source/g3dmath.cpp') diff --git a/dep/g3dlite/source/g3dmath.cpp b/dep/g3dlite/source/g3dmath.cpp index e846f8c6080..84e8345bff4 100644 --- a/dep/g3dlite/source/g3dmath.cpp +++ b/dep/g3dlite/source/g3dmath.cpp @@ -41,7 +41,7 @@ double inf() { } bool isNaN(float x) { - static const float n = fnan(); + static const float n = nan(); return memcmp(&x, &n, sizeof(float)) == 0; } -- cgit v1.2.3