* In examples, load tga_encoder from sibling directory
This commit is contained in:
parent
78a13f7490
commit
4a08715628
|
@ -89,7 +89,7 @@ text_bitmap_3 = hexdraw.render_text(
|
|||
print_bitmap(text_bitmap_3)
|
||||
print("---")
|
||||
|
||||
dofile("tga_encoder.lua")
|
||||
dofile("../tga_encoder/init.lua")
|
||||
|
||||
-- colormapped uncompressed image
|
||||
tga_encoder.image(text_bitmap_1):save(
|
||||
|
|
Loading…
Reference in New Issue