Allow window resizing
This commit is contained in:
parent
b217a72e6d
commit
89e548eca8
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#include "kubo_window.h"
|
#include "kubo_window.h"
|
||||||
|
|
||||||
void kubo_window_init(struct kubo_context *context) {
|
void kubo_window_init(struct kubo_context *context) {
|
||||||
|
SetConfigFlags(FLAG_WINDOW_RESIZABLE);
|
||||||
InitWindow(KUBO_WINDOW_WIDTH, KUBO_WINDOW_HEIGHT, "Kubo");
|
InitWindow(KUBO_WINDOW_WIDTH, KUBO_WINDOW_HEIGHT, "Kubo");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue