mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-20 04:20:49 +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()
|
void gui_flip_screen()
|
||||||
{
|
{
|
||||||
/* double buffering? */
|
/* double buffering? */
|
||||||
if (double_buffering && ji_screen) {
|
if (double_buffering && ji_screen && screen) {
|
||||||
jmouse_draw_cursor();
|
jmouse_draw_cursor();
|
||||||
|
|
||||||
if (ji_dirty_region) {
|
if (ji_dirty_region) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user