BLADERUNNER: Fix warning
This commit is contained in:
parent
d841356b0d
commit
2b896e1f4f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ enum DebuggerDrawnObjectType {
|
||||||
class Debugger : public GUI::Debugger{
|
class Debugger : public GUI::Debugger{
|
||||||
BladeRunnerEngine *_vm;
|
BladeRunnerEngine *_vm;
|
||||||
|
|
||||||
static const int kMaxSpecificObjectsDrawnCount = 100;
|
static const uint kMaxSpecificObjectsDrawnCount = 100;
|
||||||
|
|
||||||
struct DebuggerDrawnObject {
|
struct DebuggerDrawnObject {
|
||||||
int sceneId;
|
int sceneId;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue