Untabify the rest of the source files

Update Ghoul repository
This commit is contained in:
Alexander Bock
2016-04-18 20:14:29 +02:00
parent 248014b6c2
commit 906470f28e
244 changed files with 10507 additions and 10507 deletions
+2 -2
View File
@@ -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;
}