mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
a43efb66b2
Fixes #1267
7 lines
69 B
GLSL
7 lines
69 B
GLSL
void F0(out bool l0);
|
|
|
|
void F0(out bool l0) {
|
|
l0 = true;
|
|
return;
|
|
}
|