Commit 2ab43f17 authored by Michal Petr's avatar Michal Petr
Browse files

fix: Wrong flag passing

parent 67836953
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ namespace phx {
    }

    CollisionsFile* CollisionSystem::detect_collisions(com::Folder* world, const bool binary_check, const bool clear_cache) {
        return detect_collisions(world, std::nullopt, std::nullopt, clear_cache);
        return detect_collisions(world, std::nullopt, std::nullopt, binary_check, clear_cache);
    }

    CollisionsFile* CollisionSystem::detect_collisions(com::Folder* world,