Contraz / demosys-py

A light high performance modern OpenGL 3.3+ Python Framework https://demosys-py.readthedocs.io/
ISC License
64 stars 5 forks source link

runeffect command should support specifying the effect class #67

Closed einarf closed 6 years ago

einarf commented 6 years ago

Right now runeffect simply picks the first runnable effect. This is a side effect of effect packages only supporting a single effect in the past.

Now that multiple effects can be created in an effect package, the following sounds reasonable:

einarf commented 6 years ago

Fixed