Fix build on linux

This commit is contained in:
2019-10-15 15:45:21 +02:00
parent 542ef348ee
commit f2f33f8469
4 changed files with 125 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ public:
cam.Init(70, 16, 9, 0.1f, 100);
scene.SetCamera(&cam);
cam.SetMatrix(glm::translate(glm::mat4(1), glm::vec3(0,0,-10)));
shader.Init("Shader\\basic", "Shader\\basic");
shader.Init("Shader/basic", "Shader/basic");
drawablesPool.resize(GEOS);
for(int i = 0; i < GEOS; i++)
{