mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 15:42:23 -07:00
fix non-enumeration of 0 tex2dfmt
This commit is contained in:
+1
-1
@@ -4553,7 +4553,7 @@ df_window_update_and_render(Arena *arena, DF_Window *ws, DF_CmdList *cmds)
|
||||
//- rjf: gather tex2dformats
|
||||
if(ws->autocomp_lister_params.flags & DF_AutoCompListerFlag_Tex2DFormats)
|
||||
{
|
||||
for(EachNonZeroEnumVal(R_Tex2DFormat, fmt))
|
||||
for(EachEnumVal(R_Tex2DFormat, fmt))
|
||||
{
|
||||
DF_AutoCompListerItem item = {0};
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user