瀏覽代碼

add the missing import brl.threads, so the code can compile.

Ricardo Soares de Lima 2 年之前
父節點
當前提交
3e8bee7132
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      samples/threads/background_loading.bmx

+ 1 - 0
samples/threads/background_loading.bmx

@@ -7,6 +7,7 @@ Framework SDL.gl2sdlmax2d
 ?
 Import brl.pngloader
 Import brl.map
+Import brl.threads
 
 ' -----------------------------------------------------------------------------
 ' MAKE SURE "Threaded Build" IS CHECKED IN THE Program -> Build Options menu!