Commit Description:
Improve water generation....
Commit Description:
Improve water generation. ?Fix bug cause incongrous coastlines (i.e., coastline that doesn't line up with surrounding tiles). ?Randomly choose between open water tiles.
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/macro-arg-overrides-define
5 lines | 160 B | text/plain | TextLexer
// This should produce THIS_IS_THE_MACRO_ARG and not THIS_IS_THE_DEFINE.
#define x THIS_IS_THE_DEFINE
#define b(x) x
#define z(x) b(x)
z(THIS_IS_THE_MACRO_ARG)