diff options
| author | realtradam <[email protected]> | 2021-08-09 09:15:38 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-08-09 09:15:38 -0400 |
| commit | 501ec02e894865836f2960b0bbc16b3448e3707f (patch) | |
| tree | ad2c1124e5ab5807dea1b11002cc5bf2df1226d9 /lib/00-define.rb | |
| parent | 4e909c6b44794b76ef3a98c032ea90204b673f85 (diff) | |
| download | ruboids-501ec02e894865836f2960b0bbc16b3448e3707f.tar.gz ruboids-501ec02e894865836f2960b0bbc16b3448e3707f.zip | |
ruboids!
Diffstat (limited to 'lib/00-define.rb')
| -rw-r--r-- | lib/00-define.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/00-define.rb b/lib/00-define.rb index b0606a2..0075b7f 100644 --- a/lib/00-define.rb +++ b/lib/00-define.rb @@ -1,5 +1,5 @@ FF::Stg.add FF::Scn.new('Default') -FF::Stg.add FF::Scn.new('BoidCalculations') +FF::Scn.new('BoidCalculations') FelFlame::Components.new('Boids', # holds the object to render |
