commit
f4ab5911b4
1 changed files with 2 additions and 2 deletions
|
@ -478,9 +478,9 @@ func SetTargetFPS(fps int32) {
|
|||
}
|
||||
|
||||
// GetFPS - Returns current FPS
|
||||
func GetFPS() float32 {
|
||||
func GetFPS() int32 {
|
||||
ret := C.GetFPS()
|
||||
v := (float32)(ret)
|
||||
v := (int32)(ret)
|
||||
return v
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue