disable vdsinc
This commit is contained in:
parent
e4d536bc87
commit
5994325858
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ pub fn main() !void {
|
||||||
defer raylib.CloseWindow();
|
defer raylib.CloseWindow();
|
||||||
|
|
||||||
raylib.DisableCursor();
|
raylib.DisableCursor();
|
||||||
raylib.SetWindowState(raylib.FLAG_VSYNC_HINT);
|
//raylib.SetWindowState(raylib.FLAG_VSYNC_HINT);
|
||||||
raylib.SetWindowState(raylib.FLAG_FULLSCREEN_MODE);
|
raylib.SetWindowState(raylib.FLAG_FULLSCREEN_MODE);
|
||||||
|
|
||||||
var camera = raylib.Camera3D{
|
var camera = raylib.Camera3D{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue