From 6b5b3c64e65088adfa03185d12a0553fca3688e9 Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Mon, 12 Mar 2012 16:06:00 +0100 Subject: [PATCH] Removed invalid extern keyword. --- tools/assimp_view/assimp_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/assimp_view/assimp_view.cpp b/tools/assimp_view/assimp_view.cpp index 27bc8083a..f3c261e92 100644 --- a/tools/assimp_view/assimp_view.cpp +++ b/tools/assimp_view/assimp_view.cpp @@ -106,7 +106,7 @@ aiVector3D g_vRotateSpeed = aiVector3D(0.5f,0.5f,0.5f); aiVector3D g_avLightDirs[1] = { aiVector3D(-0.5f,0.6f,0.2f) }; -extern D3DCOLOR g_avLightColors[3] = +D3DCOLOR g_avLightColors[3] = { D3DCOLOR_ARGB(0xFF,0xFF,0xFF,0xFF), D3DCOLOR_ARGB(0xFF,0xFF,0x00,0x00),