Increase path buffer size

This commit is contained in:
Lázaro Vieira
2017-08-30 02:57:47 -03:00
parent 3957b1c029
commit c185ac8bea

View File

@@ -11,7 +11,7 @@
#include "lib_easy.h"
#include "draw.h"
#define PATH_SIZE 0x200
#define PATH_SIZE 0x400
#ifdef __cplusplus
extern "C" {