aboutsummaryrefslogtreecommitdiffstats
path: root/src/resourcemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resourcemanager.cpp')
-rw-r--r--src/resourcemanager.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/resourcemanager.cpp b/src/resourcemanager.cpp
index 8341557c..15fb606f 100644
--- a/src/resourcemanager.cpp
+++ b/src/resourcemanager.cpp
@@ -8,14 +8,12 @@
#include "resourcemanager.hpp"
-namespace yage
-{
+namespace yage {
TextureCache ResourceManager::texture_cache_;
-Texture ResourceManager::getTexture(const std::string &texture_path)
-{
- return texture_cache_.getTexture(texture_path);
+Texture ResourceManager::getTexture(const std::string& texture_path) {
+ return texture_cache_.getTexture(texture_path);
}
-
-} // yage
+
+} // yage