Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master

This commit is contained in:
Wojtek Figat
2021-05-12 13:14:51 +02:00
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
#pragma once
#include "Engine/Core/Compiler.h"
/// <summary>
/// Helper class used to delete another object.
/// </summary>

View File

@@ -386,6 +386,8 @@ public:
DECLARE_GETTER(Plane);
DECLARE_GETTER(DateTime);
#undef DECLARE_GETTER
#define DECLARE_GETTER(type) \
FORCE_INLINE static void Get##type(type& result, const Value& node, const char* name) \
{ \