Open carlosbispo opened 11 months ago
In latest love version (11.3)
loader.read(self.documents, resource.name, resource.src), throws and error.
the fix is simple. in line 106, instead of textData = { requestKey = "rawDataPath", resourceKey = "rawData", constructor = love.filesystem.read }
change to
rawData = { requestKey = "rawDataPath", resourceKey = "rawData", constructor = love.filesystem.read }
In latest love version (11.3)
loader.read(self.documents, resource.name, resource.src), throws and error.
the fix is simple. in line 106, instead of textData = { requestKey = "rawDataPath", resourceKey = "rawData", constructor = love.filesystem.read }
change to
rawData = { requestKey = "rawDataPath", resourceKey = "rawData", constructor = love.filesystem.read }