OPENGL: Use tabs instead of spaces for indentation.
This commit is contained in:
parent
97760ff101
commit
05af37c08e
1 changed files with 4 additions and 4 deletions
|
@ -316,10 +316,10 @@ protected:
|
||||||
*/
|
*/
|
||||||
Common::Array<Common::String> _osdLines;
|
Common::Array<Common::String> _osdLines;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the font used for on screen display
|
* Returns the font used for on screen display
|
||||||
*/
|
*/
|
||||||
virtual const Graphics::Font *getFontOSD();
|
virtual const Graphics::Font *getFontOSD();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update the OSD texture / surface.
|
* Update the OSD texture / surface.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue