mirror of
https://github.com/NickTheFox99/ChristmOS.git
synced 2026-06-28 16:55:11 -04:00
Fixed copy init of sMgr
This commit is contained in:
@@ -17,7 +17,7 @@ raylib::Window window(WIN_WIDTH, WIN_HEIGHT, "game",
|
||||
|
||||
raylib::RenderTexture2D target(SCREEN_WIDTH, SCREEN_HEIGHT);
|
||||
|
||||
Snow::Manager sMgr = Snow::Manager();
|
||||
Snow::Manager sMgr;
|
||||
|
||||
int main(void) {
|
||||
window.SetMinSize({320, 240});
|
||||
|
||||
Reference in New Issue
Block a user