Skip to content
Snippets Groups Projects
Commit 3cc95064 authored by Martin Schultz's avatar Martin Schultz
Browse files

ran cppcheck and fixed some warnings

DrawModes constructor is now explicit which causes some changes:
e.g. if you used ACG::SceneGraph::DrawModes::TEXCOORD_PER_VERTEX
you now have to use
ACG::SceneGraph::DrawModes::DrawMode(ACG::SceneGraph::DrawModes::TEXCOORD_PER_VERTEX)
parent 58f9ec28
No related branches found
No related tags found
2 merge requests!14Feature glut primitives,!13ran cppcheck and fixed some warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment