summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSebastian Park <51029066+Seb-Park@users.noreply.github.com>2024-04-22 00:59:29 -0400
committerGitHub <noreply@github.com>2024-04-22 00:59:29 -0400
commitcd7c76017a12bb548036571c1ff13e551369d06d (patch)
tree03cd022c7625c5c5682d21c20b0a8b8532e57140 /src/main.cpp
parent5233a708a165ba8a3153e054ce74eb11084c0158 (diff)
parent28d74097815a8d52b8f47f6eae6464005a6bc552 (diff)
Merge pull request #2 from Seb-Park/shaders
Shaders
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a11e7d8..ae74af6 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
// Create a Qt application
QApplication a(argc, argv);
- QCoreApplication::setApplicationName("ARAP");
+ QCoreApplication::setApplicationName("OCEAN");
QCoreApplication::setOrganizationName("CS 2240");
QCoreApplication::setApplicationVersion(QT_VERSION_STR);