love2d-community / splashes

A collection of splash screens for LÖVE
Other
76 stars 18 forks source link

Don't monkey-patch LÖVE APIs #16

Closed slime73 closed 8 years ago

slime73 commented 8 years ago

This will globally change Shader:send in anyone's LÖVE game which loads the file. Please don't do that!

Just use Shader:getExternVariable before calling Shader:send, in the code which actually calls it, if you really need to.

josefnpat commented 8 years ago

:+1: