summaryrefslogtreecommitdiff
path: root/tools/dat2hackvr.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dat2hackvr.pl')
-rwxr-xr-xtools/dat2hackvr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dat2hackvr.pl b/tools/dat2hackvr.pl
index 2a2fbe1..03c5315 100755
--- a/tools/dat2hackvr.pl
+++ b/tools/dat2hackvr.pl
@@ -20,7 +20,7 @@ while($line=<FILE>) {
} else {
if($prev ne "") {
print $ARGV[0];
- print " addshape 2 ";
+ print " addshape 2 2 ";
print $line . " 0 " . $prev . " 0";
print "\n";
}