AI 359 Lightmap Fix Capitalisation in File Names
This commit is contained in:
parent
e3a48ae73e
commit
dfc76591e3
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
<effect>
|
||||
<inherits-from>AI/Aircraft/A350/Effects/359-lightMap</inherits-from>
|
||||
<inherits-from>AI/Aircraft/A350/Effects/359-LightMap</inherits-from>
|
||||
<object-name>359</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>A359-Lightmap</name>
|
||||
<name>A359-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/A350/Effects/359-lightMap.png</image>
|
||||
<image>AI/Aircraft/A350/Effects/359-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