1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 06:35:12 +00:00

rogueviz:: made titles of various presentations uppercase

This commit is contained in:
Zeno Rogue
2025-08-22 15:54:32 +02:00
parent 5bebe221d4
commit 3bcbda790c
7 changed files with 13 additions and 13 deletions

View File

@@ -663,7 +663,7 @@ auto highdim_hooks =
if(high_slides.empty()) gen_high_demo();
cb(XLAT("visualizing higher-dimensional spaces"), &high_slides[0], 'h');
cb(XLAT("Visualizing Higher-dimensional Spaces"), &high_slides[0], 'h');
});
}