mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 04:48:40 +00: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
|
//- rjf: gather tex2dformats
|
||||||
if(ws->autocomp_lister_params.flags & DF_AutoCompListerFlag_Tex2DFormats)
|
if(ws->autocomp_lister_params.flags & DF_AutoCompListerFlag_Tex2DFormats)
|
||||||
{
|
{
|
||||||
for(EachNonZeroEnumVal(R_Tex2DFormat, fmt))
|
for(EachEnumVal(R_Tex2DFormat, fmt))
|
||||||
{
|
{
|
||||||
DF_AutoCompListerItem item = {0};
|
DF_AutoCompListerItem item = {0};
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user