Skip to content

Commit

Permalink
BLUGA: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeAbel committed Nov 4, 2023
1 parent 668022e commit 428dd28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ namespace Raylib {
InitWindow(width, height, title.c_str());
}

void setWindowSize(int width, int height)
void Window::setWindowSize(int width, int height)
{
SetWindowSize(width, height);
}
Expand Down

0 comments on commit 428dd28

Please sign in to comment.