mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-18 07:21:09 +00:00
Fixed somekind of bug (it could happen when we access to invalid memory).
This commit is contained in:
parent
c6a385ef03
commit
571a735f3a
@ -515,7 +515,7 @@ void gui_feedback()
|
||||
void gui_flip_screen()
|
||||
{
|
||||
/* double buffering? */
|
||||
if (double_buffering && ji_screen) {
|
||||
if (double_buffering && ji_screen && screen) {
|
||||
jmouse_draw_cursor();
|
||||
|
||||
if (ji_dirty_region) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user