AI 380 Ligmapt fix File name Capitalization
This commit is contained in:
parent
dfc76591e3
commit
9ad104bf2b
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
<effect>
|
||||
<inherits-from>AI/Aircraft/A380/Effects/388-lightMap</inherits-from>
|
||||
<inherits-from>AI/Aircraft/A380/Effects/388-LightMap</inherits-from>
|
||||
<object-name>388</object-name>
|
||||
</effect>
|
||||
<!-- Add Navigation Lights Objects -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Lighting of Tail, Flanks and Windows -->
|
||||
<PropertyList>
|
||||
<name>A388-Lightmap</name>
|
||||
<name>A388-LightMap</name>
|
||||
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||
<parameters>
|
||||
<normalmap-enabled type="int">0</normalmap-enabled>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<lightmap-color type="vec3d" n="3">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- LightMap Image Location -->
|
||||
<texture n="3">
|
||||
<image>AI/Aircraft/A380/Effects/388-lightMap.png</image>
|
||||
<image>AI/Aircraft/A380/Effects/388-LightMap.png</image>
|
||||
<filter>linear-mipmap-linear</filter>
|
||||
<wrap-s>clamp</wrap-s>
|
||||
<wrap-t>clamp</wrap-t>
|
||||
|
|
Loading…
Add table
Reference in a new issue