mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 13:08:49 -05:00
Untabify the rest of the source files
Update Ghoul repository
This commit is contained in:
@@ -28,6 +28,6 @@ in vec4 position;
|
||||
out vec2 texCoord;
|
||||
|
||||
void main() {
|
||||
gl_Position = position;
|
||||
texCoord = 0.5 + position.xy / 2.0;
|
||||
gl_Position = position;
|
||||
texCoord = 0.5 + position.xy / 2.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user