Skip to content

Commit

Permalink
Merge branch 'main' into 722-missing-documentation-for-loading-input-…
Browse files Browse the repository at this point in the history
…bindings
  • Loading branch information
roby2014 authored Oct 17, 2023
2 parents 689dfea + d443d9a commit 443e088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/samples/voxels/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int main(int argc, char** argv)
cubos.startupSystem(spawnLightSystem);
/// [Adding systems]
cubos.startupSystem(setPaletteSystem).after("cubos.renderer.init");
cubos.system(spawnCarSystem);
cubos.startupSystem(spawnCarSystem).tagged("cubos.assets");
/// [Adding systems]

cubos.run();
Expand Down

0 comments on commit 443e088

Please sign in to comment.