summaryrefslogtreecommitdiff
path: root/tools/dat2hackvr.pl
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-12-19 03:29:56 -0600
committerepoch <epoch@hacking.allowed.org>2017-12-19 03:29:56 -0600
commited79435a1efc2f9c348e66dd2d9b6c80e5f8f888 (patch)
treeceb571f120440c89ed47a593bc3c4168b1f3efea /tools/dat2hackvr.pl
parent74c364b28d3e77d89783828e151a6883a9e093a2 (diff)
downloadhackvr-ed79435a1efc2f9c348e66dd2d9b6c80e5f8f888.tar.gz
hackvr-ed79435a1efc2f9c348e66dd2d9b6c80e5f8f888.zip
updated the tools to be color argument aware of addshape
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";
}