Açò ja no hi ha Cristo que ho pete

This commit is contained in:
2024-10-10 13:48:53 +02:00
parent fc8fdc5fe5
commit 9e5f41644e
7 changed files with 27 additions and 23 deletions

View File

@@ -232,7 +232,7 @@ void Screen::setVideoMode(ScreenVideoMode videoMode)
// Reinicia los shaders
if (options.video.shaders)
{
#ifdef SHADERS
#ifndef NO_SHADERS
std::ifstream f(asset->get("crtpi.glsl").c_str());
std::string source((std::istreambuf_iterator<char>(f)), std::istreambuf_iterator<char>());