From 881193aa9acea69dee9e7d9f6b11a58f7c16152c Mon Sep 17 00:00:00 2001 From: 20kdc Date: Wed, 22 Apr 2020 18:16:57 +0100 Subject: [PATCH] Bugfix: Claiming a monitor is documented as returning the monitor proxy, now make that actually work --- code/libs/sys-gpualloc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/libs/sys-gpualloc.lua b/code/libs/sys-gpualloc.lua index b396f41..0978a21 100644 --- a/code/libs/sys-gpualloc.lua +++ b/code/libs/sys-gpualloc.lua @@ -95,7 +95,7 @@ return function ( return v, didBind end end - end, v + end, monitor end end end