diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-28 13:22:18 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-28 13:22:18 -0700 |
commit | 13f90869aebc6a6ee9c280be4bfd29eeaa92b14c (patch) | |
tree | b6bac91c5411e747a068604cd2d0c25ad24f9663 /tools/clean_webconsole.py | |
parent | dd49d1d8b5a8585eeb2a475ac47f7bc1ac91cbed (diff) |
fix prepareClientAttributes bugs: handle non-packed vertex attributes properly
Diffstat (limited to 'tools/clean_webconsole.py')
-rw-r--r-- | tools/clean_webconsole.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/clean_webconsole.py b/tools/clean_webconsole.py index 919bd547..43694179 100644 --- a/tools/clean_webconsole.py +++ b/tools/clean_webconsole.py @@ -29,6 +29,6 @@ for line in lines: line = re.sub('(0x[\dabcdef]+)', lambda hexx: reps[nice(hexx.group(0))] if nice(hexx.group(0)) in reps else nice(hexx.group(0)), line) print line -for i in range(100): - print +#for i in range(100): +# print |