You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also:
- fix a long standing problem with scope which means global variables
now work properly in our rhai scripts.
- add support for downcasting DynPlugin in test which makes testing a
little simpler (I know, we don't like downcasting, but it's helpful in
some kinds of testing)
fixes: #1735
In PR: #1446 we added support for providing the SDL to plugins.
This capability has not been exposed to
rhai
plugins.Since the
SDL
is read-only, the best way to provide this is as a global constant: perhapsapollo_sdl
?The text was updated successfully, but these errors were encountered: