chore: remove unnecessary null check
This commit is contained in:
@@ -21,7 +21,7 @@ class FFIGizmo extends FFIAsset implements GizmoAsset {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool isNonPickable(ThermionEntity entity) {
|
bool isNonPickable(ThermionEntity entity) {
|
||||||
return SceneManager_isGridEntity(sceneManager!, entity);
|
return SceneManager_isGridEntity(sceneManager, entity);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isGizmoEntity(ThermionEntity entity) => gizmoEntities.contains(entity);
|
bool isGizmoEntity(ThermionEntity entity) => gizmoEntities.contains(entity);
|
||||||
|
|||||||
Reference in New Issue
Block a user