mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-07-03 20:49:03 +00:00
small change to display list
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user