Fix chat and other players not showing up
This commit is contained in:
2
main.go
2
main.go
@ -51,7 +51,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Initialize window with error handling
|
||||
rl.SetConfigFlags(rl.FlagMsaa4xHint) // Enable MSAA for smoother rendering
|
||||
rl.SetConfigFlags(rl.FlagMsaa4xHint | rl.FlagWindowResizable) // Enable MSAA and make window resizable
|
||||
rl.InitWindow(1024, 768, "GoonScape")
|
||||
|
||||
rl.SetExitKey(0)
|
||||
|
||||
Reference in New Issue
Block a user