mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-11 08:39:48 +12:00
Fix bottom screen detection
This commit is contained in:
parent
0258640da9
commit
b3812548fe
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ void RendererVK::display() {
|
|||
}
|
||||
|
||||
// Render bottom screen
|
||||
if (Texture* bottomScreen = findColorRenderTexture(bottomScreenAddr); bottomScreenAddr) {
|
||||
if (Texture* bottomScreen = findColorRenderTexture(bottomScreenAddr); bottomScreen) {
|
||||
descriptorUpdateBatch->addImageSampler(
|
||||
bottomDisplayPipelineDescriptorSet[frameBufferingIndex], 0, bottomScreen->imageView.get(), samplerCache->getSampler(sampler2D())
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue