From fa154b866288261742130db3ee797e17d01eda50 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 1 Feb 2026 10:31:11 +0900 Subject: [PATCH] ok --- client/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/main.c b/client/main.c index 062d12e..a705092 100644 --- a/client/main.c +++ b/client/main.c @@ -46,10 +46,10 @@ static void render(GSEngine self){ GSVector4 col1 = {1, 0, 0, 1}; GSVector4 col2 = {1, 1, 1, 1}; GSVector3 v[] = { - {-10, -1, 10}, - {-10, -1, -10}, - {10, -1, -10}, - {10, -1, 10} + {-20, -1, 20}, + {-20, -1, -20}, + {20, -1, -20}, + {20, -1, 20} }; GSVector3 pos = {0, 0, 0}; GSVector3 n = {0, 1, 0};