diff options
author | epoch <epoch@hacking.allowed.org> | 2017-12-19 03:29:56 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-12-19 03:29:56 -0600 |
commit | ed79435a1efc2f9c348e66dd2d9b6c80e5f8f888 (patch) | |
tree | ceb571f120440c89ed47a593bc3c4168b1f3efea /tools/dat2hackvr.pl | |
parent | 74c364b28d3e77d89783828e151a6883a9e093a2 (diff) | |
download | hackvr-ed79435a1efc2f9c348e66dd2d9b6c80e5f8f888.tar.gz hackvr-ed79435a1efc2f9c348e66dd2d9b6c80e5f8f888.zip |
updated the tools to be color argument aware of addshape
Diffstat (limited to 'tools/dat2hackvr.pl')
-rwxr-xr-x | tools/dat2hackvr.pl | 2 |
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"; } |