fxconv: make bopti-fx image data a pointer

This commit is contained in:
Lephenixnoir 2024-01-21 21:06:01 +01:00
parent 45fd52444f
commit ecf04cb634
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 4 additions and 1 deletions

View File

@ -514,7 +514,10 @@ def convert_bopti_fx(input, params):
n += 1
# Generate the object file
return header + data
o = ObjectData()
o += header
o += ptr(data)
return o
def _image_project(img, f):
# New width and height