summaryrefslogtreecommitdiff
path: root/lyt
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2010-10-08 05:05:15 +0200
committerTreeki <treeki@gmail.com>2010-10-08 05:05:15 +0200
commite815ed31748e562ff3d16fa8b243a15cbf4a29db (patch)
treefff852745363138190f9a053448cfcf4e58d33c8 /lyt
parentd74825ae7be1cee0cfd625a79289e9494fcda661 (diff)
downloadLayoutStudio-e815ed31748e562ff3d16fa8b243a15cbf4a29db.tar.gz
LayoutStudio-e815ed31748e562ff3d16fa8b243a15cbf4a29db.zip
forgot to save this file. committing it before I go to sleep, I'll work more tomorrow :p
Diffstat (limited to 'lyt')
-rw-r--r--lyt/materials/indirectstage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lyt/materials/indirectstage.h b/lyt/materials/indirectstage.h
index 2b4bd5f..30c6f9d 100644
--- a/lyt/materials/indirectstage.h
+++ b/lyt/materials/indirectstage.h
@@ -30,6 +30,10 @@ public:
void dumpToDebug();
+ int texCoord;
+ int texMap;
+ int wrap_s;
+ int wrap_t;
};