X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkybox.h;h=5619a2a851cdbfc741cd658358341ea0a7ca4e64;hb=599983e84cffd250055557d78b4d8b4af84cb092;hp=f408da081fef087407ff79ce26f6b3bf81e476d2;hpb=97989f58ab13c64fbe05e629d2b2a024a2c3cfa4;p=lugaru.git diff --git a/Source/Skybox.h b/Source/Skybox.h index f408da0..5619a2a 100644 --- a/Source/Skybox.h +++ b/Source/Skybox.h @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -31,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() {}