Skip to content

Commit 428dd28

Browse files
committed
BLUGA: Fix
1 parent 668022e commit 428dd28

File tree

1 file changed

+1
-1
lines changed
  • libs/B-luga-graphics/include/B-luga-graphics/Raylib/Graphics

1 file changed

+1
-1
lines changed

libs/B-luga-graphics/include/B-luga-graphics/Raylib/Graphics/Graphics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ namespace Raylib {
301301
InitWindow(width, height, title.c_str());
302302
}
303303

304-
void setWindowSize(int width, int height)
304+
void Window::setWindowSize(int width, int height)
305305
{
306306
SetWindowSize(width, height);
307307
}

0 commit comments

Comments
 (0)