|
Documentation
Help
Tutorials
RoadMap
Help Docs for wiki writers:
PmWiki
edit SideBar
|
Known Issues
- Setup
- error C2065 'cout' undeclared identifier error C2065 'endl' undeclared identifier
- Resolution:
- cout needs to be changed to std::cout and endl needs to be changed to std::endl
- or add the following to your main cpp file or the header file of Epee Engine
- #define cout std::cout
- #define endl std::endl
- .35
- Animations disappear when they rotate or scale.
- .331
- Rotate or scaling of sprockets do not rotate or scale around the center of the sprocket
- Sprockets do not anti-aliasing when rotated or scaled
|