diff options
author | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 03:34:26 -0400 |
---|---|---|
committer | Sebastian Park <SebPark03@gmail.com> | 2024-04-23 03:34:26 -0400 |
commit | afeffed93532c42540636c79cd9ae832656efef4 (patch) | |
tree | c8c296dde035c0eef74561cd27d9e5898c24393a /src | |
parent | f2d61fc06387ccb22ecb5cb6c42210736ac64c9f (diff) |
Add more textures.
Diffstat (limited to 'src')
-rwxr-xr-x | src/glwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glwidget.cpp b/src/glwidget.cpp index 472966b..5356bb3 100755 --- a/src/glwidget.cpp +++ b/src/glwidget.cpp @@ -81,7 +81,7 @@ void GLWidget::initializeGL() // INITIALIZE TEXTURE STUFF // Prepare filepath - QString kitten_filepath = QString(":/resources/images/kitten.png"); + QString kitten_filepath = QString(":/resources/images/anamorphic.jpg"); // TASK 1: Obtain image from filepath m_image = QImage(kitten_filepath); |