mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
typo
This commit is contained in:
parent
43fd0352f4
commit
e1bde415f5
@ -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…
x
Reference in New Issue
Block a user