X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkybox.h;h=5619a2a851cdbfc741cd658358341ea0a7ca4e64;hb=64560867a9b6486d601784a2fe4ba6149d31b7aa;hp=fd542a4ee33c3b57c7f5dae63a1577207ac68885;hpb=5509b55dbc13227bdc7b97f2934fa71dad02cc66;p=lugaru.git diff --git a/Source/Skybox.h b/Source/Skybox.h index fd542a4..5619a2a 100644 --- a/Source/Skybox.h +++ b/Source/Skybox.h @@ -32,8 +32,8 @@ class SkyBox public: Texture front, left, back, right, up, down; - void load(const char *ffront, const char *fleft, const char *fback, - const char *fright, const char *fup, const char *fdown); + void 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); void draw(); SkyBox() {}