yeah..forgot smicolon
All checks were successful
eden-license / license-header (pull_request) Successful in 19s
All checks were successful
eden-license / license-header (pull_request) Successful in 19s
This commit is contained in:
parent
152e190c76
commit
aff62c0f57
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue