Closed hobbit-lol closed 5 years ago
Due to equal requestKey in both font and BMFont kinds, they got same channel. That leads to situation, when resource is post-processed by wrong kind in getResourceFromThreadIfAvailable()
requestKey
font
BMFont
getResourceFromThreadIfAvailable()
This should be merged now. @TannerRogalsky
Due to equal
requestKey
in bothfont
andBMFont
kinds, they got same channel. That leads to situation, when resource is post-processed by wrong kind ingetResourceFromThreadIfAvailable()