fix unmapped address visualization when reading is impossible + stop it from terminating rest of useful visualization

This commit is contained in:
Ryan Fleury
2026-05-18 20:01:15 -07:00
parent 80d68b7f95
commit 40885a3f59
6 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
typedef U32 FP_RasterFlags;
enum
{
FP_RasterFlag_Smooth = (1<<0),
FP_RasterFlag_Hinted = (1<<1),
FP_RasterFlag_Smooth = (1<<0),
FP_RasterFlag_Hinted = (1<<1),
};
typedef struct FP_Handle FP_Handle;