summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AbstractTexture.cpp
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2017-06-19 10:19:39 +0200
committerGitHub <noreply@github.com>2017-06-19 10:19:39 +0200
commitc6417e0e789834b3b58c4ea491b5bc490fb0a2da (patch)
tree526c5852088ea361d71279fb4e9f6018d740152f /Source/Core/VideoCommon/AbstractTexture.cpp
parent4c2b0780173f2a7b29510cd9cd63e55c3eb7df6f (diff)
parent59a947d41db3d5c603deeb5ffc40afec0ecc61f1 (diff)
Merge pull request #5647 from lioncash/abstract
AbstractTexture: Minor changes
Diffstat (limited to 'Source/Core/VideoCommon/AbstractTexture.cpp')
-rw-r--r--Source/Core/VideoCommon/AbstractTexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/AbstractTexture.cpp b/Source/Core/VideoCommon/AbstractTexture.cpp
index 1b6fac8bff..b756651640 100644
--- a/Source/Core/VideoCommon/AbstractTexture.cpp
+++ b/Source/Core/VideoCommon/AbstractTexture.cpp
@@ -38,7 +38,7 @@ size_t AbstractTexture::CalculateHostTextureLevelPitch(AbstractTextureFormat for
}
}
-const TextureConfig AbstractTexture::GetConfig() const
+const TextureConfig& AbstractTexture::GetConfig() const
{
return m_config;
}