summaryrefslogtreecommitdiffstats
path: root/src/RendererSection.cpp
diff options
context:
space:
mode:
authorElisey Puzko <puzko.e02@gmail.com>2018-02-23 10:47:46 +0100
committerElisey Puzko <puzko.e02@gmail.com>2018-02-23 10:47:46 +0100
commit05126872d522a3a031086dcce866de9643f38c3f (patch)
tree6e2a88e0f97901e2f0d0853271348b8610df9f4b /src/RendererSection.cpp
parentRemoved redundant header (diff)
downloadAltCraft-05126872d522a3a031086dcce866de9643f38c3f.tar
AltCraft-05126872d522a3a031086dcce866de9643f38c3f.tar.gz
AltCraft-05126872d522a3a031086dcce866de9643f38c3f.tar.bz2
AltCraft-05126872d522a3a031086dcce866de9643f38c3f.tar.lz
AltCraft-05126872d522a3a031086dcce866de9643f38c3f.tar.xz
AltCraft-05126872d522a3a031086dcce866de9643f38c3f.tar.zst
AltCraft-05126872d522a3a031086dcce866de9643f38c3f.zip
Diffstat (limited to '')
-rw-r--r--src/RendererSection.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/RendererSection.cpp b/src/RendererSection.cpp
index 23b0a42..0311171 100644
--- a/src/RendererSection.cpp
+++ b/src/RendererSection.cpp
@@ -162,12 +162,10 @@ void RendererSection::Render(RenderState &renderState) {
glCheckError();
}
-Vector RendererSection::GetPosition()
-{
+Vector RendererSection::GetPosition() {
return sectionPos;
}
-size_t RendererSection::GetHash()
-{
+size_t RendererSection::GetHash() {
return hash;
} \ No newline at end of file