Skip to content
Snippets Groups Projects
Commit adca17cb authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed compiler warnings from VS2012

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17106 383ad7c9-94d9-4d36-a494-682f7c89f535
parent e3654b8c
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,10 @@
//******************************************************************************
const ACG::Vec4f base_color (0.6,0.6,0.6,1.0);
const ACG::Vec4f source_color (0.6,0.6,1.0,1.0);
const ACG::Vec4f target_color (1.0,1.0,1.0,1.0);
const ACG::Vec4f source_target_color (0.6,1.0,1.0,1.0);
const ACG::Vec4f base_color (0.6f,0.6f,0.6f,1.0f);
const ACG::Vec4f source_color (0.6f,0.6f,1.0f,1.0f);
const ACG::Vec4f target_color (1.0f,1.0f,1.0f,1.0f);
const ACG::Vec4f source_target_color (0.6f,1.0f,1.0f,1.0f);
//******************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment