Fix Travis

This commit is contained in:
DrChat
2018-04-13 21:45:47 -05:00
parent f02f192f2b
commit 0f0d600a5b
2 changed files with 3 additions and 2 deletions

View File

@@ -959,6 +959,7 @@ void GlslShaderTranslator::EmitStoreResult(const InstructionResult& result,
case InstructionStorageTarget::kDepth:
EmitSourceDepth("gl_FragDepth");
break;
default:
case InstructionStorageTarget::kNone:
return;
}