Skip to content

Commit

Permalink
Disable syscall tracing for 3D syscalls
Browse files Browse the repository at this point in the history
It was accidentally left on
  • Loading branch information
fwsGonzo committed Oct 13, 2024
1 parent d0dd78c commit 96f1d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandbox_syscalls_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <godot_cpp/variant/basis.hpp>
#include <godot_cpp/variant/transform3d.hpp>
#include <godot_cpp/variant/variant.hpp>
#define ENABLE_SYSCALL_TRACE 1
//#define ENABLE_SYSCALL_TRACE 1
#include "syscalls_helpers.hpp"

namespace riscv {
Expand Down

0 comments on commit 96f1d69

Please sign in to comment.