1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:19:41 +00:00
This commit is contained in:
scrawl 2012-04-05 14:22:44 +02:00
parent 43fd0352f4
commit e1bde415f5

View file

@ -546,7 +546,7 @@ void SkyManager::create()
"void main_fp( \n"
" in float4 iVertexColor : TEXCOORD0, \n"
" out float4 oColor : COLOR, \n"
" uniform float4 emissive, \n"
" uniform float4 emissive \n"
") \n"
"{ \n"
" oColor = iVertexColor * emissive; \n"