Commit 9e8f901b authored by Viktor Lidholt's avatar Viktor Lidholt

Fixes inferred type warning

parent 0d61e501
......@@ -7,7 +7,7 @@ class _PhysicsCollisionGroups {
getBitmaskForKeys(["Default"]);
}
Map<Object,int> keyLookup = {};
Map<Object,int> keyLookup = <Object,int>{};
List<Object> getKeysForBitmask(int bitmask) {
List<Object> keys = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment