mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-17 20:13:41 +00:00
CShaderGenerator: Fix compiler warning
MSVC desires the namespace version
This commit is contained in:
parent
012da6fb6d
commit
b8078e7419
@ -6,7 +6,7 @@
|
||||
#include <string_view>
|
||||
#include <GL/glew.h>
|
||||
|
||||
using std::string_view_literals::operator""sv;
|
||||
using namespace std::string_view_literals;
|
||||
|
||||
constexpr std::array gkCoordSrc{
|
||||
"ModelSpacePos.xyz"sv,
|
||||
|
Loading…
x
Reference in New Issue
Block a user