From b19188c2ddca3553bbb08f254e445e7d3e3c654f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Aug 2022 23:46:31 +0100 Subject: [PATCH] Update comment --- quickemu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickemu b/quickemu index 35e98d8..00cc27e 100755 --- a/quickemu +++ b/quickemu @@ -1680,8 +1680,7 @@ if [ -n "${VM}" ] && [ -e "${VM}" ]; then fi viewer_param_check - # Set the default 3d acceleration. Will be overridden to "off" if - # DISPLAY_DEVICE is determined to be virtio-vga since it doesn't work there. + # Set the default 3D acceleration. if [ -z "${gl}" ]; then gl="on" fi