Skip to content

Commit 8450778

Browse files
Update urlmaterial.lua
1 parent 329603c commit 8450778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urlmaterial.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function surface.GetURL(url, w, h)
9191
w or 256, h or 256,
9292
0, 1, 16, 0, 0)
9393
mat:SetTexture('$basetexture', rt)
94-
qtex[url] = rt
94+
qtex[url] = mat
9595

9696
qlen = qlen + 1
9797
qurl[qlen] = url

0 commit comments

Comments
 (0)