🩹 fix: last newline fix

This commit is contained in:
Helloyunho 2025-07-06 20:27:36 +09:00
parent a8b98ec047
commit 966f5d2c54

View File

@ -179,4 +179,4 @@ const SDL_GPUShaderCreateInfo* GetFragmentShaderCode(FragmentShaderId id, SDL_GP
}
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Could not find fragment shader code for id=%d and formats=0x%x", id, formats);
return nullptr;
}
}