Skip to content

Commit

Permalink
Accidentally swapped 2 docblocks around.
Browse files Browse the repository at this point in the history
  • Loading branch information
bXi committed Jul 29, 2024
1 parent ae28c0b commit 7e7a84a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions window/windowhandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ class Window {
/**
* @brief Sets the size of the window.
*
* @param width The width of the window.
* @param height The height of the window.
* @return The currently used scaling factor.
*/

static float GetScale() { return get()._getScale(); }

/**
* @brief Gets the size of the window.
*
* @return The currently used scaling factor.
* @param width The width of the window.
* @param height The height of the window.
*/
static void SetSize(int width, int height) { get()._setSize(width, height); }

Expand Down

0 comments on commit 7e7a84a

Please sign in to comment.