gwinImageNext() fix
This commit is contained in:
parent
259f822ba7
commit
9c23074081
1 changed files with 6 additions and 1 deletions
|
@ -172,7 +172,12 @@ gdispImageError gwinImageCache(GHandle gh) {
|
|||
}
|
||||
|
||||
delaytime_t gwinImageNext(GHandle gh) {
|
||||
return gdispImageNext(&widget(gh)->image);
|
||||
delaytime_t delay;
|
||||
|
||||
delay = gdispImageNext(&widget(gh)->image);
|
||||
_redraw(gh);
|
||||
|
||||
return delay;
|
||||
}
|
||||
|
||||
#endif // GFX_USE_GWIN && GWIN_NEED_IMAGE
|
||||
|
|
Loading…
Add table
Reference in a new issue