Skip to content

Commit

Permalink
fix: trouble from merging dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLLspectre committed Jun 3, 2024
1 parent 80c6f86 commit 20f4869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Editor/PromptWindow/PromptWindowUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public void Render(Rect position)
bool shouldAutoGenerateSeed = imagesliderValue > 1;
if (shouldAutoGenerateSeed) { seedinputText = "-1"; }

CustomStyle.ButtonPrimary("Generate Image", 40, () =>
CustomStyle.ButtonPrimary("Generate Image", 40, 0, () =>
{
promptPusher.promptInput = SerializeTags(tags);
promptPusher.promptNegativeInput = SerializeTags(negativeTags);
Expand Down

0 comments on commit 20f4869

Please sign in to comment.