mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-18 04:23:29 +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 <string_view>
|
||||||
#include <GL/glew.h>
|
#include <GL/glew.h>
|
||||||
|
|
||||||
using std::string_view_literals::operator""sv;
|
using namespace std::string_view_literals;
|
||||||
|
|
||||||
constexpr std::array gkCoordSrc{
|
constexpr std::array gkCoordSrc{
|
||||||
"ModelSpacePos.xyz"sv,
|
"ModelSpacePos.xyz"sv,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user