Kaynağa Gözat

Merge pull request #151 from ricardosdl/fixSamplebackground_loading

add the missing import brl.threads, so the code can compile.
Brucey 8 ay önce
ebeveyn
işleme
68b288234d
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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!