small change to display list

This commit is contained in:
Mikko Mononen
2010-02-16 08:48:21 +00:00
parent f02c123001
commit e0fe72ebb0
2 changed files with 5 additions and 1 deletions

View File

@@ -460,6 +460,10 @@ void duDisplayList::vertex(const float* pos, unsigned int color)
vertex(pos[0],pos[1],pos[2],color);
}
void duDisplayList::end()
{
}
void duDisplayList::draw(struct duDebugDraw* dd)
{
if (!m_size)