瀏覽代碼

flow: minor changes

Michele Caini 3 年之前
父節點
當前提交
8dbf00ad3a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.
      * @brief Turns the current task into a sync point.
      * @return This flow builder.
      * @return This flow builder.
      */
      */
-    basic_flow& sync() {
+    basic_flow &sync() {
         ENTT_ASSERT(index.first() < vertices.size(), "Invalid node");
         ENTT_ASSERT(index.first() < vertices.size(), "Invalid node");
         sync_on = index.first();
         sync_on = index.first();