Browse Source

Fix plGLight.

Darryl Pogue 13 years ago
parent
commit
668034fd71
  1. 2
      Sources/Plasma/PubUtilLib/plGLight/plPerspDirSlave.cpp
  2. 2
      Sources/Plasma/PubUtilLib/plGLight/plShadowSlave.cpp

2
Sources/Plasma/PubUtilLib/plGLight/plPerspDirSlave.cpp

@ -50,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <float.h>
#include <math.h>
#ifndef isnan
#ifdef _MSC_VER
#define isnan _isnan
#endif

2
Sources/Plasma/PubUtilLib/plGLight/plShadowSlave.cpp

@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <float.h>
#include <math.h>
#ifndef isnan
#ifdef _MSC_VER
#define isnan _isnan
#endif

Loading…
Cancel
Save