mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-07-03 20:49:03 +00:00
Presentation mode tweaks. Fix for Issue 74: added FileIO interface, Fix for Issue 76: added pure virtual destructor for duDebugDraw.
This commit is contained in:
@@ -21,6 +21,13 @@
|
||||
#include <string.h>
|
||||
#include "DebugDraw.h"
|
||||
|
||||
|
||||
duDebugDraw::~duDebugDraw()
|
||||
{
|
||||
// Empty
|
||||
}
|
||||
|
||||
|
||||
inline int bit(int a, int b)
|
||||
{
|
||||
return (a & (1 << b)) >> b;
|
||||
|
||||
Reference in New Issue
Block a user