WINTERMUTE: Correct spelling mistake

accomodate -> accommodate
This commit is contained in:
Hubert Maier 2022-10-27 13:09:14 +02:00 committed by Eugene Sandulenko
parent ae961ba1ec
commit 0f2d69edef
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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 {