mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-09-23 09:40:05 +00:00
fix unmapped address visualization when reading is impossible + stop it from terminating rest of useful visualization
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user