Added Source:getType, removed Source:isStatic (resolves issue #776)

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-01-15 04:02:24 -04:00
parent 639ddedc0a
commit b1edf5e7bf
8 changed files with 23 additions and 23 deletions
-5
View File
@@ -169,11 +169,6 @@ bool Source::isLooping() const
return looping;
}
bool Source::isStatic() const
{
return (type == TYPE_STATIC);
}
void Source::setMinVolume(float volume)
{
this->minVolume = volume;