BradWBeer / clinch

Common Lisp 3D/2D Graphics Engine for OpenGL
Other
267 stars 24 forks source link

Make shortcut functions return the object #120

Closed BradWBeer closed 7 years ago

BradWBeer commented 7 years ago

The shortcut functions should return the object they worked on, so I can do

(!r node ...) (!t * ...)

BradWBeer commented 7 years ago

Done