moisesjpelaez - General Fixes

This commit is contained in:
2025-09-19 18:39:54 +00:00
parent 843ef0b058
commit 35e346be39

View File

@ -338,8 +338,8 @@ project.addSources('Sources');
if rpdat.lnx_particles != 'Off': if rpdat.lnx_particles != 'Off':
assets.add_khafile_def('lnx_particles') assets.add_khafile_def('lnx_particles')
if rpdat.rp_draw_order == 'Shader': if rpdat.rp_draw_order == 'Index':
assets.add_khafile_def('lnx_draworder_shader') assets.add_khafile_def('lnx_draworder_index')
if lnx.utils.get_viewport_controls() == 'azerty': if lnx.utils.get_viewport_controls() == 'azerty':
assets.add_khafile_def('lnx_azerty') assets.add_khafile_def('lnx_azerty')