Reverted to tonemapped output

This commit is contained in:
antopilo
2025-02-02 10:22:53 -05:00
parent e99c8423a6
commit bb7d7aafbc

View File

@@ -122,7 +122,7 @@ namespace Nuake
void SetCamera(UUID camera);
void Render(PassRenderContext& ctx);
Ref<VulkanImage> GetOutput() { return OutlineOutput; }
Ref<VulkanImage> GetOutput() { return TonemappedOutput; }
MulticastDelegate<DebugCmd&>& OnDebugDraw() { return DebugDrawDelegate; }