v75d+ LoadAsync Databuffer

Monkey Forums/Monkey Bug Reports/v75d+ LoadAsync Databuffer

Ironstorm(Posted 2014) [#1]
Just messed with an error while trying to load a databuffer asynchronously.
There seems to be a problem with the following private method in "brl/databuffer.monkey" on line 41:

Method _LoadAsync:Void(path:String, thread:BBThread)


Change BBThread to the class Thread seems to fix the problem.

Edit: Sorry, the error is that BBThread is private