From 6bcc9bae54813cf2b6f7ce80d56de3d788264559 Mon Sep 17 00:00:00 2001 From: Kiran Deol <54760157+kirandeol@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:41:20 -0600 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ac04a36f..e9d2278d 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@ void main () { gColor = color; - gl_Position = vec4(position * .9, 1.); + gl_Position = vec4(position, 1.); }