mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 21:49:41 +00:00
typo
This commit is contained in:
parent
43fd0352f4
commit
e1bde415f5
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ void SkyManager::create()
|
||||||
"void main_fp( \n"
|
"void main_fp( \n"
|
||||||
" in float4 iVertexColor : TEXCOORD0, \n"
|
" in float4 iVertexColor : TEXCOORD0, \n"
|
||||||
" out float4 oColor : COLOR, \n"
|
" out float4 oColor : COLOR, \n"
|
||||||
" uniform float4 emissive, \n"
|
" uniform float4 emissive \n"
|
||||||
") \n"
|
") \n"
|
||||||
"{ \n"
|
"{ \n"
|
||||||
" oColor = iVertexColor * emissive; \n"
|
" oColor = iVertexColor * emissive; \n"
|
||||||
|
|
Loading…
Reference in a new issue