Merge pull request #3566 from aws-lumberyard-dev/FixWhiteBoxCompileError
Add missing AzToolsFramework budget declaration
This commit is contained in:
@@ -40,6 +40,8 @@ AZ_PUSH_DISABLE_WARNING(4702, "-Wunknown-warning-option") // OpenMesh\Core\Utils
|
||||
#include <OpenMesh/Core/Utils/vector_traits.hh>
|
||||
AZ_POP_DISABLE_WARNING
|
||||
|
||||
AZ_DECLARE_BUDGET(AzToolsFramework);
|
||||
|
||||
namespace OpenMesh
|
||||
{
|
||||
template<>
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
#include <AzCore/Debug/Profiler.h>
|
||||
#include <AzFramework/Entity/EntityDebugDisplayBus.h>
|
||||
|
||||
AZ_DECLARE_BUDGET(AzToolsFramework);
|
||||
|
||||
namespace WhiteBox
|
||||
{
|
||||
void DrawEdges(
|
||||
|
||||
Reference in New Issue
Block a user