for vulkan widget, set handle->lowlevel->copy_buffer to 0 at nishi's suggestion (it still flickers when I resize)

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@116 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
IoIxD
2025-10-01 21:56:32 +00:00
parent 6b87beb090
commit 0f6bb101d0

View File

@@ -99,6 +99,8 @@ static void create(MwWidget handle) {
return;
}
handle->lowlevel->copy_buffer = 0;
handle->internal = o;
MwSetDefault(handle);
}