mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-24 20:11:41 +00:00
fixed the rug becoming black on some computers when resizing window or during the start animation
This commit is contained in:
@@ -1172,6 +1172,7 @@ void rug() {
|
||||
rug::apply_rotation(cspin(1, 2, ticks / 3000.));
|
||||
gamescreen(2);
|
||||
rug::apply_rotation(cspin(1, 2, -ticks / 3000.));
|
||||
if(!rug::rugged) current = null_animation;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user