Expose TickData to scripting API

This commit is contained in:
2021-04-12 13:24:59 +02:00
parent 5ab554f61c
commit 0dafa2f562
+1 -1
View File
@@ -22,7 +22,7 @@ public:
/// Engine subsystem updating data.
/// Used to invoke game logic updates, physics updates and rendering with possibly different frequencies.
/// </summary>
class TickData
class FLAXENGINE_API TickData
{
public: