Commit 0d61e501 authored by Viktor Lidholt's avatar Viktor Lidholt

Fixes warning in sprites

parent 2f07811d
...@@ -16,7 +16,7 @@ class _PhysicsCollisionGroups { ...@@ -16,7 +16,7 @@ class _PhysicsCollisionGroups {
keys.add(key); keys.add(key);
} }
}); });
return key; return keys;
} }
int getBitmaskForKeys(List<Object> keys) { int getBitmaskForKeys(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