Fix compilation
This commit is contained in:
parent
76788d7dd8
commit
246d010895
@ -34,6 +34,14 @@ using namespace scene;
|
||||
class STKTextBillboard : public ISceneNode, public NoCopy,
|
||||
FontWithFace::FontCharCollector
|
||||
{
|
||||
public:
|
||||
struct GLTB
|
||||
{
|
||||
core::vector3df m_position;
|
||||
video::SColor m_color;
|
||||
short m_uv[2];
|
||||
};
|
||||
|
||||
private:
|
||||
struct STKTextBillboardChar
|
||||
{
|
||||
@ -55,13 +63,6 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
struct GLTB
|
||||
{
|
||||
core::vector3df m_position;
|
||||
video::SColor m_color;
|
||||
short m_uv[2];
|
||||
};
|
||||
|
||||
SP::SPInstancedData m_instanced_data;
|
||||
|
||||
GLuint m_instanced_array = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user