This commit is contained in:
Alula 2023-04-01 13:56:52 +02:00
parent b2fb548584
commit 51834be404
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ impl SDL2EventLoop {
gl_attr.set_context_profile(GLProfile::Compatibility);
gl_attr.set_context_version(2, 1);
let mut window = video.window("Cave Story (doukutsu-rs)", size_hint.0 as _, size_hint.1 as _);
let mut window = video.window("(sr-ustukuod) yrotS evaR", size_hint.0 as _, size_hint.1 as _);
window.position_centered();
window.resizable();