diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-12-08 02:01:03 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-12-08 02:01:03 +0000 |
commit | d32158d45940b6d54cd07db4c614028984e9783b (patch) | |
tree | 1bdff4821dd19fda6bf46c38ddbede02aa6b57f1 /examples | |
parent | 4c725023500e1bcbe38fae51bf5084a297a1e8b6 (diff) |
Re-enabled mtl in the abstractions Makefile
svn path=/trunk/abstractions/mtl/; revision=12821
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gems-movies_with_sound~.pd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/gems-movies_with_sound~.pd b/examples/gems-movies_with_sound~.pd index 1ed8495..e7c032f 100644 --- a/examples/gems-movies_with_sound~.pd +++ b/examples/gems-movies_with_sound~.pd @@ -1,4 +1,5 @@ -#N canvas 804 121 441 494 10; +#N canvas 809 145 441 494 10; +#X declare -lib Gem; #X declare -lib Gem; #X obj 23 59 gemhead; #X obj 23 398 pix_texture; @@ -39,5 +40,5 @@ #X connect 14 0 13 0; #X connect 17 0 19 0; #X connect 19 0 6 0; -#X connect 19 0 6 1; -#X connect 19 1 11 0; +#X connect 19 1 6 1; +#X connect 19 2 11 0; |