Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add world::run_pipeline<T>(ecs_ftime_t) overload #1002

Merged
merged 1 commit into from
Jul 15, 2023

Conversation

ZeroErrors
Copy link
Contributor

Changelog

  • Add world::run_pipeline<T>(ecs_ftime_t) overload

Details

Was working with custom pipelines and noticed that this convenience overload was missing.

With this change instead of writing

ecs.run_pipeline(ecs.id<CustomPipeline>().entity());

You can now just do

ecs.run_pipeline<CustomPipeline>();

@SanderMertens
Copy link
Owner

LGTM, thanks for the PR!

@SanderMertens SanderMertens merged commit 6af829d into SanderMertens:master Jul 15, 2023
47 checks passed
@ZeroErrors ZeroErrors deleted the cpp-run-pipeline branch July 15, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants