Update example
This commit is contained in:
parent
9854c841fc
commit
4e1ed93b47
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ func main() {
|
|||
screenWidth := int32(800)
|
||||
screenHeight := int32(450)
|
||||
|
||||
raylib.SetDebug(true)
|
||||
raylib.SetConfigFlags(raylib.FlagMsaa4xHint)
|
||||
raylib.InitWindow(screenWidth, screenHeight, "Physac [raylib] - physics friction")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue