Skip to content

Commit be82205

Browse files
authored
Merge pull request #79 from yuchanns/fix/invalid-text-inst-buffer
fix: invalid text_inst without text_sampler
2 parents 1e9b6fd + 423f308 commit be82205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/service/render.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ local function render_init(arg)
336336

337337
STATE.text_bindings = text_bindings
338338
else
339+
STATE.text_inst = STATE.inst
339340
STATE.text_bindings = STATE.bindings
340341
end
341342
end

0 commit comments

Comments
 (0)