Asserts, Asserts everywhere

This commit is contained in:
2024-03-08 13:55:53 -05:00
parent 7bb1ee0074
commit d9932e18e7
5 changed files with 18 additions and 4 deletions

View File

@@ -446,9 +446,7 @@ namespace fgl::engine
#if ENABLE_IMGUI
{
#if TRACY_ENABLE
TracyVkZone( tracy_ctx, command_buffer, "ImGui Rendering" );
#endif
debug::world::
drawPointText( Coordinate< CoordinateSpace::World >( 0.0f, 0.0f, 0.0f ), { 1.0f, 0.0f, 0.0f } );