summaryrefslogtreecommitdiff
path: root/txtgameengine/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'txtgameengine/__main__.py')
-rw-r--r--txtgameengine/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/txtgameengine/__main__.py b/txtgameengine/__main__.py
index b66d9fe..edfbd29 100644
--- a/txtgameengine/__main__.py
+++ b/txtgameengine/__main__.py
@@ -5,7 +5,7 @@ from pathlib import Path
from .shaders import TextureShader
from .twod.textures import Texture
-shader_path = Path(__file__).parent / 'builtin_shaders'
+shader_path = Path(__file__).parent / 'shaders'
class TriangleScene(Scene):