mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
Grammar fix in comment for kFeatureAutoComputeDirtyRects
svn-id: r30240
This commit is contained in:
parent
6eb64102a4
commit
eb227a6d80
@ -129,7 +129,7 @@ public:
|
|||||||
* the frontend code is very inefficient in doing screen updates. So
|
* the frontend code is very inefficient in doing screen updates. So
|
||||||
* the frontend might do a lot of fullscreen blits even though only a
|
* the frontend might do a lot of fullscreen blits even though only a
|
||||||
* tiny portion of the actual screen data changed. In that case, it
|
* tiny portion of the actual screen data changed. In that case, it
|
||||||
* might pay off for the backend to compute which parts actual changed,
|
* might pay off for the backend to compute which parts actually changed,
|
||||||
* and then only mark those as dirty.
|
* and then only mark those as dirty.
|
||||||
* Implementing this is purely optional, and no harm should arise
|
* Implementing this is purely optional, and no harm should arise
|
||||||
* when not doing so (except for decreased speed in said frontends).
|
* when not doing so (except for decreased speed in said frontends).
|
||||||
|
Loading…
Reference in New Issue
Block a user