SDL: Fix typos
This commit is contained in:
parent
669e6be438
commit
5280632b51
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ public:
|
|||
SDL_Window *getSDLWindow() const { return _window; }
|
||||
|
||||
/**
|
||||
* Creates a new SDL window (and destroies the old one).
|
||||
* Creates a new SDL window (and destroys the old one).
|
||||
*
|
||||
* @param width Width of the window.
|
||||
* @param height Height of the window.
|
||||
|
@ -91,7 +91,7 @@ public:
|
|||
bool createWindow(int width, int height, uint32 flags);
|
||||
|
||||
/**
|
||||
* Destroies the current SDL window.
|
||||
* Destroys the current SDL window.
|
||||
*/
|
||||
void destroyWindow();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue