eglowacki / zloty

YAGET development
MIT License
1 stars 0 forks source link

Compiler error with GameSystem #50

Open eglowacki opened 1 year ago

eglowacki commented 1 year ago

After update to newer VC++ compiler (17.4.1) there is an error while compiling GameSystem with global entity. Commented EditorComponent parameter in the callback function in EditorSystem to by pass compiler error.

This needs to be revisit since entire Local and Global entity does not work right now.