Intagrated Tracy, debugged animations
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "QuestModule.h"
|
||||
#include "GUIModule.h"
|
||||
#include "GUIModuleCommon.h"
|
||||
#include <tracy/Tracy.hpp>
|
||||
namespace ECS
|
||||
{
|
||||
struct GUIListener;
|
||||
@@ -79,7 +80,8 @@ struct GUIListener : public Ogre::RenderTargetListener {
|
||||
void
|
||||
preViewportUpdate(const Ogre::RenderTargetViewportEvent &evt) override
|
||||
{
|
||||
preview(evt);
|
||||
ZoneScopedN("GUIModule::preViewportUpdate");
|
||||
preview(evt);
|
||||
}
|
||||
void buttons_panel()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user