fix some uninitialized values
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-27 08:54:13 +09:00
commit a78b7b6762
4 changed files with 9 additions and 6 deletions

View file

@ -1,7 +1,6 @@
#include <Mw/Milsko.h>
#include "../../external/stb_ds.h"
#include "Mw/TypeDefs.h"
static void set_xywh(MwWidget handle) {
int height = 0;