yeah..forgot smicolon
All checks were successful
eden-license / license-header (pull_request) Successful in 19s

This commit is contained in:
Maufeat 2025-07-29 22:34:58 +02:00 committed by crueter
parent 152e190c76
commit aff62c0f57

View file

@ -401,7 +401,7 @@ bool GraphicsPipeline::ConfigureImpl(bool is_indexed) {
config_stage(3);
}
if constexpr (Spec::enabled_stages[4]) {
config_stage(4)
config_stage(4);
}
texture_cache.FillGraphicsImageViews<Spec::has_images>(std::span(views.data(), view_index));