hide shader actor

This commit is contained in:
Jill 2022-09-22 15:50:44 +03:00
parent f528fa55f6
commit f6a95e81c6
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@
frag = fragFile and ('../' .. fragFile) or 'nop.frag',
vert = vertFile and ('../' .. vertFile) or 'nop.vert',
init = function(a)
a:hidden(1)
actor.__lock(a:GetShader())
-- shader code stuff