mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
WINTERMUTE: Correct spelling mistake
accomodate -> accommodate
This commit is contained in:
parent
ae961ba1ec
commit
0f2d69edef
@ -55,7 +55,7 @@ class RenderTicket;
|
||||
* which will then create a need for redrawing, as we draw with an alpha-channel here.
|
||||
*
|
||||
* There is also a draw path that draws without tickets, for debugging purposes,
|
||||
* as well as to accomodate situations with large enough amounts of draw calls,
|
||||
* as well as to accommodate situations with large enough amounts of draw calls,
|
||||
* that there will be too much overhead involved with comparing the generated tickets.
|
||||
*/
|
||||
class BaseRenderOSystem : public BaseRenderer {
|
||||
|
Loading…
Reference in New Issue
Block a user