X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkybox.cpp;h=8fcc9671e5fbb9b8466e7eb9b93723982239a204;hb=f66f0e0b961dd138e4a60554373de9e64abd973b;hp=7db0d2bf173c960c9b9513e18f0e4d0aad05048b;hpb=af1d37a1d6e36f63c514c20dc6413e9d61146ec6;p=lugaru.git diff --git a/Source/Skybox.cpp b/Source/Skybox.cpp index 7db0d2b..8fcc967 100644 --- a/Source/Skybox.cpp +++ b/Source/Skybox.cpp @@ -29,8 +29,8 @@ extern float skyboxr; extern float skyboxg; extern float skyboxb; -void SkyBox::load (const char *ffront, const char *fleft, const char *fback, - const char *fright, const char *fup, const char *fdown) +void SkyBox::load (const std::string& ffront, const std::string& fleft, const std::string& fback, + const std::string& fright, const std::string& fup, const std::string& fdown) { front.load(ffront, true); left.load(fleft, true);