Update flags, fixes #163
This commit is contained in:
parent
feee92d046
commit
91296a7d50
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ func GetRandomValue(min, max int32) int32 {
|
|||
}
|
||||
|
||||
// SetConfigFlags - Setup some window configuration flags
|
||||
func SetConfigFlags(flags byte) {
|
||||
func SetConfigFlags(flags uint32) {
|
||||
cflags := (C.uint)(flags)
|
||||
C.SetConfigFlags(cflags)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue