diff --git a/module.jai b/module.jai index 07e2d8a..c24a55b 100644 --- a/module.jai +++ b/module.jai @@ -503,11 +503,6 @@ compile_file :: (compiler : *Shader_Compiler, paths : ..string) -> Compile_Resul parse(*result); check(*result); codegen(*result); - - if result.had_error { - return result; - } - generate_output_data(*result); return result;