flow: minor changes

This commit is contained in:
Michele Caini
2022-06-23 14:43:07 +02:00
parent e0e623fa36
commit 8dbf00ad3a

View File

@@ -164,7 +164,7 @@ public:
* @brief Turns the current task into a sync point.
* @return This flow builder.
*/
basic_flow& sync() {
basic_flow &sync() {
ENTT_ASSERT(index.first() < vertices.size(), "Invalid node");
sync_on = index.first();