mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
11 lines
93 B
Go
11 lines
93 B
Go
package main
|
|
|
|
func Foo() vec2 {
|
|
x := true
|
|
{
|
|
x := 0
|
|
return vec2(x)
|
|
}
|
|
return vec2(1)
|
|
}
|