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
bind_anomaly_zone.script: update function does nothing, just remove. Saves ~1 ms per frame.
The problem is that Lua function calls C++ function which is empty. This can be workarounded on the engine side by making empty C++ function Lua function. This is not easily possible with luabind though, but possible with, for example, sol3, which can be taken as an example.
The text was updated successfully, but these errors were encountered: