zhangdoa / InnocenceEngine

Cross-platform modern game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when compiling "InnoDefaultRenderingClient"

QuentinTessier opened this issue · comments

I'm trying to compile InnocenceEngine, I'm having trouble with the last commit on linux.
In Source/Engine/Common/InnoGraphicsPrimitive.h:
commit f54a3175d5bc14688ea1a460755c938773846ee5
When compiling:
InnoCompileError
Removing the line throwing the errors fix the problem.

Hello @QuentinTessier,

The bug has been fixed in 9921bef, please check if it works.

It's fixed, thanks.