From Stephane Lamoliatte, "Here is the fix of a very little typed error in BoundingBox : I replace "doulbe" by "double"."
This commit is contained in:
parent
e70d44e6a5
commit
765a7d2455
@ -33,7 +33,7 @@ class OSG_EXPORT BoundingBox
|
||||
|
||||
#ifdef OSG_USE_DOUBLE_BOUNDINGBOX
|
||||
typedef Vec3d vec_type;
|
||||
typedef doulbe value_type;
|
||||
typedef double value_type;
|
||||
#else
|
||||
typedef Vec3f vec_type;
|
||||
typedef float value_type;
|
||||
|
Loading…
Reference in New Issue
Block a user