mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -429,8 +429,11 @@ public:
|
||||
{
|
||||
Aabb aabb;
|
||||
psGetAabb(m_emitter[currentEmitter].m_handle, aabb);
|
||||
ddSetColor(0xff0000ff);
|
||||
ddDraw(aabb);
|
||||
ddPush();
|
||||
ddSetWireframe(true);
|
||||
ddSetColor(0xff0000ff);
|
||||
ddDraw(aabb);
|
||||
ddPop();
|
||||
}
|
||||
|
||||
ddEnd();
|
||||
|
||||
Reference in New Issue
Block a user