Skip to content

Commit 12da8bf

Browse files
FlamefireFlow86
authored andcommitted
Use some texture for all buttons
1 parent 8e5821d commit 12da8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/s25main/ingameWindows/iwSkipGFs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ iwSkipGFs::iwSkipGFs(GameWorldView& gwv)
6464
btSize.x = (availWidth - spacing * (jumpPresets.size() - 1)) / jumpPresets.size();
6565
for(auto i : jumpPresets)
6666
{
67-
AddTextButton(ID_btJumpPresetStart + i, curPos, btSize, TextureColor::Green1, "+" + std::to_string(i),
67+
AddTextButton(ID_btJumpPresetStart + i, curPos, btSize, TextureColor::Green2, "+" + std::to_string(i),
6868
NormalFont);
6969
curPos.x += btSize.x + spacing;
7070
}

0 commit comments

Comments
 (0)