Fix shaderc debug assert failed (issue #120)

This commit is contained in:
Daniele Bartolini 2014-12-11 16:12:58 +01:00
parent 40f68757f8
commit 98e3552fe8
1 changed files with 1 additions and 1 deletions

View File

@ -1007,7 +1007,7 @@ int main(int _argc, const char* _argv[])
varyingMap.insert(std::make_pair(var.m_name, var) );
}
parse = bx::strnl(eol);
parse = bx::strws(bx::strnl(eol) );
}
}