mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 21:17:27 +01:00
18732ca879
Fixes #1298
7 lines
63 B
Go
7 lines
63 B
Go
package main
|
|
|
|
func Foo(f float) int {
|
|
x := int(f)
|
|
return x
|
|
}
|