Skip to content

Commit b01133e

Browse files
committed
update submodules
1 parent e9fee73 commit b01133e

File tree

7 files changed

+302
-48
lines changed

7 files changed

+302
-48
lines changed

3rd/lovr-api

Submodule lovr-api updated 42 files

meta/3rd/lovr/library/callback.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ lovr.conf = nil
4040
---Since the `lovr.graphics.submit` function always returns true, the following idiom can be used to submit graphics work manually and override the default submission:
4141
---
4242
--- function lovr.draw(pass)
43-
--- local passes = getPasses()
43+
--- local passes = {}
44+
---
45+
--- -- ... record multiple passes and add to passes table
46+
---
4447
--- return lovr.graphics.submit(passes)
4548
--- end
4649
---

0 commit comments

Comments
 (0)