From 8078aeed4e62c6b3aa48102554044768b402570c Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Nov 2021 09:50:03 +0800 Subject: *misc --- Runtime/Graphics/ShaderCompiler.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Runtime/Graphics/ShaderCompiler.cpp') diff --git a/Runtime/Graphics/ShaderCompiler.cpp b/Runtime/Graphics/ShaderCompiler.cpp index a3dcf50..20b19f5 100644 --- a/Runtime/Graphics/ShaderCompiler.cpp +++ b/Runtime/Graphics/ShaderCompiler.cpp @@ -31,8 +31,7 @@ if(pos == string::npos || !IsLabelActive(src, label)) {\ CheckLabel(VSH_END); CheckLabel(FSH_BEGIN); CheckLabel(FSH_END); - - + vsh = GetContent(src, VSH_BEGIN, VSH_END); fsh = GetContent(src, FSH_BEGIN, FSH_END); -- cgit v1.1-26-g67d0