Przeglądaj źródła

Updating delay comment

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn 3 lat temu
rodzic
commit
3c794a73f1

+ 2 - 1
AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerBlender_NodeConstruction.py

@@ -139,7 +139,8 @@ def LayerBlender_NodeConstruction():
     graph.GraphControllerRequestBus(bus.Event, 'AddConnectionBySlotId', newGraphId, layerBlockerNode, outboundAreaSlotId,
     graph.GraphControllerRequestBus(bus.Event, 'AddConnectionBySlotId', newGraphId, layerBlockerNode, outboundAreaSlotId,
                                     layerBlenderNode, inboundAreaSlotId2)
                                     layerBlenderNode, inboundAreaSlotId2)
 
 
-    # Delay to allow all the underlying component properties to be updated after the slot connections are made
+    # Delay 2 frames to allow for underlying component properties to be updated after the slot connections are made and
+    # propagation to occur
     general.idle_wait_frames(2)
     general.idle_wait_frames(2)
 
 
     # Get component info
     # Get component info