Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Sep 29, 2023
1 parent 2032af1 commit 8bb5e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flamegpu/runtime/environment/HostEnvironment.cu
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ HostEnvironment::HostEnvironment(CUDASimulation &_simulation, std::shared_ptr<de
, macro_env(std::move(_macro_env))
, directed_graph_map(_directed_graph_map)
, instance_id(_simulation.getInstanceID())
, scatter(_scatter)
, simulation(_simulation)
, scatter(_scatter)
, streamID(_streamID)
, stream(_stream) { }

Expand Down

0 comments on commit 8bb5e30

Please sign in to comment.