Fixed EOLs.

This commit is contained in:
bkaradzic 2012-10-07 21:04:03 -07:00
parent cfac3feb85
commit 6ad62e9095

View file

@ -17,14 +17,14 @@ void fatalCb(bgfx::Fatal::Enum _code, const char* _str)
DBG("%x: %s", _code, _str); DBG("%x: %s", _code, _str);
} }
struct PosColorTexCoord0Vertex struct PosColorTexCoord0Vertex
{ {
float m_x; float m_x;
float m_y; float m_y;
float m_z; float m_z;
uint32_t m_abgr; uint32_t m_abgr;
float m_u; float m_u;
float m_v; float m_v;
}; };
static bgfx::VertexDecl s_PosColorTexCoord0Decl; static bgfx::VertexDecl s_PosColorTexCoord0Decl;