mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 11:23:51 +00:00
removed unneeded lines
This commit is contained in:
parent
f49131e1b8
commit
43fd0352f4
1 changed files with 0 additions and 2 deletions
|
@ -523,7 +523,6 @@ void SkyManager::create()
|
||||||
" in float4 color : COLOR, \n"
|
" in float4 color : COLOR, \n"
|
||||||
" out float4 oPosition : POSITION, \n"
|
" out float4 oPosition : POSITION, \n"
|
||||||
" out float4 oVertexColor : TEXCOORD0, \n"
|
" out float4 oVertexColor : TEXCOORD0, \n"
|
||||||
" uniform float4 emissive, \n"
|
|
||||||
" uniform float4x4 worldViewProj \n"
|
" uniform float4x4 worldViewProj \n"
|
||||||
") \n"
|
") \n"
|
||||||
"{ \n"
|
"{ \n"
|
||||||
|
@ -548,7 +547,6 @@ void SkyManager::create()
|
||||||
" 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"
|
||||||
" uniform float4x4 worldViewProj \n"
|
|
||||||
") \n"
|
") \n"
|
||||||
"{ \n"
|
"{ \n"
|
||||||
" oColor = iVertexColor * emissive; \n"
|
" oColor = iVertexColor * emissive; \n"
|
||||||
|
|
Loading…
Reference in a new issue