diff options
Diffstat (limited to 'Userland/Games')
-rw-r--r-- | Userland/Games/Chess/ChessWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Games/Chess/ChessWidget.cpp b/Userland/Games/Chess/ChessWidget.cpp index e93c9ed01b..3438a27545 100644 --- a/Userland/Games/Chess/ChessWidget.cpp +++ b/Userland/Games/Chess/ChessWidget.cpp @@ -342,7 +342,7 @@ void ChessWidget::keydown_event(GUI::KeyEvent& event) update(); } -static constexpr StringView set_path = "/res/icons/chess/sets/"sv; +static constexpr StringView set_path = "/res/graphics/chess/sets/"sv; static RefPtr<Gfx::Bitmap> get_piece(StringView set, StringView image) { |