Define GRID_MAX_POINTS
This commit is contained in:
parent
b17e2d3dcd
commit
233f824dd6
5 changed files with 17 additions and 20 deletions
|
|
@ -836,4 +836,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// Shorthand
|
||||
#define GRID_MAX_POINTS ((GRID_MAX_POINTS_X) * (GRID_MAX_POINTS_Y))
|
||||
|
||||
#endif // CONDITIONALS_POST_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue