mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
no copyright line shown if texture not shown due to wrong mode
This commit is contained in:
parent
4e7b95e346
commit
55d4f93873
@ -488,6 +488,7 @@ void view_ds_game() {
|
|||||||
|
|
||||||
sphereflip = hv ? Id : sphereflipped() ? MirrorZ : Id;
|
sphereflip = hv ? Id : sphereflipped() ? MirrorZ : Id;
|
||||||
|
|
||||||
|
copyright_shown = "";
|
||||||
if(!hv) draw_textures();
|
if(!hv) draw_textures();
|
||||||
|
|
||||||
if(1) {
|
if(1) {
|
||||||
|
@ -178,7 +178,6 @@ void draw_texture(texture_to_use& tu) {
|
|||||||
|
|
||||||
void draw_textures() {
|
void draw_textures() {
|
||||||
pick_textures();
|
pick_textures();
|
||||||
copyright_shown = "";
|
|
||||||
for(auto& tu: textures_to_use)
|
for(auto& tu: textures_to_use)
|
||||||
if(current.shift > tu.from && current.shift < tu.to)
|
if(current.shift > tu.from && current.shift < tu.to)
|
||||||
draw_texture(tu);
|
draw_texture(tu);
|
||||||
|
Loading…
Reference in New Issue
Block a user