behdad / glyphy

GLyphy is a signed-distance-field (SDF) text renderer using OpenGL ES2 shading language.
Other
676 stars 76 forks source link

uses static cast for params #5

Closed clauswitt closed 9 years ago

clauswitt commented 9 years ago

allows you to include header file in a c++11 project

behdad commented 9 years ago

But that would make the header invalid C. Use C-style casts perhaps?

clauswitt commented 9 years ago

off course - sorry. Have been too deep into c++ the last couple of weeks.

behdad commented 9 years ago

No worries. Thanks.

behdad commented 9 years ago

I fixed this already.