mirror of https://github.com/stella-emu/stella.git
Merge branch 'feature/improve_ui_redraws' of https://github.com/stella-emu/stella into feature/improve_ui_redraws
This commit is contained in:
commit
53ee7cadfd
|
@ -323,7 +323,7 @@ class FBSurface
|
|||
This method should be called to reset the surface to empty
|
||||
pixels / colour black.
|
||||
*/
|
||||
virtual void invalidate() {};
|
||||
virtual void invalidate() {}
|
||||
|
||||
/**
|
||||
This method should be called to reset a surface area to empty
|
||||
|
|
Loading…
Reference in New Issue