Fix window title

master
John Montagu, the 4th Earl of Sandvich 2026-02-08 19:34:11 -08:00
parent cbdb835dd1
commit fc51985e04
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ void PingButton() {
#include "VolumeControl.h" #include "VolumeControl.h"
int main() { int main() {
raylib::Window window(800, 600, "CS381 - Assignment 0"); raylib::Window window(800, 600, "CS381 - Assignment 1");
raylib::AudioDevice audio; raylib::AudioDevice audio;
auto guiState = InitGuiVolumeControl(); auto guiState = InitGuiVolumeControl();