no copyright line shown if texture not shown due to wrong mode

This commit is contained in:
Zeno Rogue 2022-10-15 22:56:10 +02:00
parent 4e7b95e346
commit 55d4f93873
2 changed files with 1 additions and 1 deletions

View File

@ -488,6 +488,7 @@ void view_ds_game() {
sphereflip = hv ? Id : sphereflipped() ? MirrorZ : Id;
copyright_shown = "";
if(!hv) draw_textures();
if(1) {

View File

@ -178,7 +178,6 @@ void draw_texture(texture_to_use& tu) {
void draw_textures() {
pick_textures();
copyright_shown = "";
for(auto& tu: textures_to_use)
if(current.shift > tu.from && current.shift < tu.to)
draw_texture(tu);