Fixed typos
svn-id: r29793
This commit is contained in:
parent
0758feea62
commit
09028cc7aa
4 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ namespace Graphics {
|
||||||
|
|
||||||
#ifdef MACOSX
|
#ifdef MACOSX
|
||||||
// Older versions of Mac OS X didn't supply a sqrtf function. To ensure
|
// Older versions of Mac OS X didn't supply a sqrtf function. To ensure
|
||||||
// binary compatibiity, we force using pow instead of sqrtf (the only
|
// binary compatibility, we force using sqrt instead of sqrtf (the only
|
||||||
// potential drawback is that it might be a little bit slower).
|
// potential drawback is that it might be a little bit slower).
|
||||||
#define sqrtf sqrt
|
#define sqrtf sqrt
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#ifdef MACOSX
|
#ifdef MACOSX
|
||||||
// Older versions of Mac OS X didn't supply a powf function. To ensure
|
// Older versions of Mac OS X didn't supply a powf function. To ensure
|
||||||
// binary compatibiity, we force using pow instead of powf (the only
|
// binary compatibility, we force using pow instead of powf (the only
|
||||||
// potential drawback is that it might be a little bit slower).
|
// potential drawback is that it might be a little bit slower).
|
||||||
#define powf pow
|
#define powf pow
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#ifdef MACOSX
|
#ifdef MACOSX
|
||||||
// Older versions of Mac OS X didn't supply a powf function. To ensure
|
// Older versions of Mac OS X didn't supply a powf function. To ensure
|
||||||
// binary compatibiity, we force using pow instead of powf (the only
|
// binary compatibility, we force using pow instead of powf (the only
|
||||||
// potential drawback is that it might be a little bit slower).
|
// potential drawback is that it might be a little bit slower).
|
||||||
#define powf pow
|
#define powf pow
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#ifdef MACOSX
|
#ifdef MACOSX
|
||||||
// Older versions of Mac OS X didn't supply a powf function. To ensure
|
// Older versions of Mac OS X didn't supply a powf function. To ensure
|
||||||
// binary compatibiity, we force using pow instead of powf (the only
|
// binary compatibility, we force using pow instead of powf (the only
|
||||||
// potential drawback is that it might be a little bit slower).
|
// potential drawback is that it might be a little bit slower).
|
||||||
#define powf pow
|
#define powf pow
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue