Tracy MVP integration
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <imgui/imgui_impl_glfw.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <Tracy.hpp>
|
||||
|
||||
namespace Nuake
|
||||
{
|
||||
@@ -167,6 +168,8 @@ namespace Nuake
|
||||
|
||||
void Input::Update()
|
||||
{
|
||||
ZoneScoped;
|
||||
|
||||
// Reset all input to false.
|
||||
for (auto& k : m_Keys)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user