Bugfixes
This commit is contained in:
parent
6698cf2301
commit
5bc671936c
4 changed files with 58 additions and 45 deletions
|
|
@ -9,7 +9,7 @@ WINDOW_FRAMERATE :: 60
|
|||
WINDOW_CAPTION :: "Transformation Visualizer"
|
||||
|
||||
init :: proc() {
|
||||
rl.SetTraceLogLevel(.INFO)
|
||||
rl.SetTraceLogLevel(.WARNING)
|
||||
rl.SetConfigFlags({.VSYNC_HINT})
|
||||
rl.InitWindow(WINDOW_WIDTH, WINDOW_HEIGHT, WINDOW_CAPTION)
|
||||
rl.SetTargetFPS(WINDOW_FRAMERATE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue