mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
vulkan: fix typo
This commit is contained in:
@@ -2248,7 +2248,7 @@ void Graphics::getMaxUsableSampleCount() {
|
||||
}
|
||||
|
||||
void Graphics::createColorResources() {
|
||||
if (msaaSamples & VK_SAMPLE_COUNT_16_BIT) {
|
||||
if (msaaSamples & VK_SAMPLE_COUNT_1_BIT) {
|
||||
colorImage = VK_NULL_HANDLE;
|
||||
colorImageView = VK_NULL_HANDLE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user