mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-25 12:57:03 +00:00
fixed texts not appearing
This commit is contained in:
parent
30272ce45e
commit
53d5510697
@ -1285,7 +1285,8 @@ void dqi_string::draw() {
|
||||
svg::text(x, y, size, str, frame, color, align);
|
||||
return;
|
||||
}
|
||||
#elif ISMOBILE==0
|
||||
#endif
|
||||
#if ISMOBILE==0
|
||||
int fr = frame & 255;
|
||||
displayfrSP(x, y, shift, fr, size, str, color, align, frame >> 8);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user