summaryrefslogtreecommitdiffstats
path: root/src/Data/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Texture.h')
-rw-r--r--src/Data/Texture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Data/Texture.h b/src/Data/Texture.h
index e0cea59..b301bbf 100644
--- a/src/Data/Texture.h
+++ b/src/Data/Texture.h
@@ -51,6 +51,10 @@ class Texture {
name = nname;
texNode->set_attribute("name", nname);
}
+
+ xmlpp::Element* getNode() const {
+ return texNode;
+ }
};
}