From bd31e1058dc4c39b3b0107892e28eb44d186c794 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Thu, 15 Aug 2024 16:26:33 +0200 Subject: [PATCH] Increse Sun resulution --- inc/canvas/Sun.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/canvas/Sun.hpp b/inc/canvas/Sun.hpp index e1bb26b..c23857e 100644 --- a/inc/canvas/Sun.hpp +++ b/inc/canvas/Sun.hpp @@ -9,7 +9,7 @@ public: void deinit(); void draw(float x, float y, float size); private: - const int sizeTexute = 100; + const int sizeTexute = 250; RenderTexture2D target = { 0 }; Shader shader = { 0 };