You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currentTotalTime=EditorGUILayout.FloatField(EditorGUIUtility.TrTextContent("PreWarm Total Time","Sets the time in seconds to advance the current effect to when it is initially played. "),currentTotalTime);
@@ -561,17 +562,18 @@ public static void DisplayPrewarmInspectorGUI(SerializedObject resourceObject, S
561
562
}
562
563
563
564
EditorGUI.BeginChangeCheck();
564
-
currentStepCount=(uint)EditorGUILayout.IntField(EditorGUIUtility.TrTextContent("PreWarm Step Count","Sets the number of simulation steps the prewarm should be broken down to. "),(int)currentStepCount);
565
+
currentStepCount=EditorGUILayout.IntField(EditorGUIUtility.TrTextContent("PreWarm Step Count","Sets the number of simulation steps the prewarm should be broken down to. "),(int)currentStepCount);
0 commit comments