CITMProject3 / Project3

Ri-Karts! The best Yo-kai racing game
https://citmproject3.github.io/Project3/
MIT License
7 stars 3 forks source link

Engine do not compile on Release #41

Closed crandino closed 7 years ago

crandino commented 7 years ago

That's the error: Error C2065 '_DEBUG': undeclared identifier Engine C:\Users\Carlos\Documents\GitHub\Project3\ModuleScripting.cpp 54

Maybe macro comparison must used #ifdef instead of a simple IF statement.