mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-15 14:04:22 +03:00
stop crashing
This commit is contained in:
parent
0f1685f131
commit
5a055e3b05
@ -668,6 +668,8 @@ bool ami_bitmap_tile(int x, int y, int width, int height,
|
||||
LOG(("[ami_plotter] Entered ami_bitmap_tile()"));
|
||||
#endif
|
||||
|
||||
if(palette_mapped == true) return true;
|
||||
|
||||
int xf,yf,xm,ym,oy,ox;
|
||||
struct BitMap *tbm = NULL;
|
||||
struct Hook *bfh = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user