BLADERUNNER: Fix warning

This commit is contained in:
Cameron Cawley 2019-07-01 16:16:54 +01:00 committed by GitHub
parent d841356b0d
commit 2b896e1f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;