mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-14 02:21:00 +00:00
Merge pull request #41
This commit is contained in:
parent
548da72632
commit
dcd21b57bd
40 changed files with 281 additions and 177 deletions
|
@ -230,7 +230,7 @@ bool Texture::load(std::string file)
|
|||
|
||||
size_t pos = file.find_last_of('.');
|
||||
|
||||
if ((pos != std::string::npos) && (pos >= 0))
|
||||
if (pos != std::string::npos)
|
||||
{
|
||||
// make sure this didn't catch the '.' in /home/username/.Aquaria/* --ryan.
|
||||
const std::string userdata = core->getUserDataFolder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue