Răsfoiți Sursa

flow: minor changes

Michele Caini 3 ani în urmă
părinte
comite
8dbf00ad3a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/entt/graph/flow.hpp

+ 1 - 1
src/entt/graph/flow.hpp

@@ -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();