浏览代码

Add a note about how the simulator doesn't support layers;

bjorn 10 月之前
父节点
当前提交
f0782c7eba
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      api/lovr/headset/Layer/init.lua

+ 2 - 0
api/lovr/headset/Layer/init.lua

@@ -17,6 +17,8 @@ return {
 
     Combined, all of this makes a massive difference in quality when rendering 2D content on a
     Layer, especially improving text readability.
+
+    Note that currently the VR simulator does not support layers.
   ]],
   constructor = 'lovr.headset.newLayer'
 }