added the common TexCoord2f and TexCoord2d typenames that where strangely missing...
This commit is contained in:
parent
144a816862
commit
077294b03e
|
@ -196,6 +196,9 @@ public:
|
|||
enum { n_coords=1};
|
||||
|
||||
};
|
||||
typedef TexCoord2<float> TexCoord2f;
|
||||
typedef TexCoord2<double> TexCoord2d;
|
||||
|
||||
|
||||
/*@}*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue