Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drawable span permalights wont save correctly #237

Closed
Hazado opened this issue Feb 4, 2022 · 0 comments · Fixed by #238
Closed

drawable span permalights wont save correctly #237

Hazado opened this issue Feb 4, 2022 · 0 comments · Fixed by #238

Comments

@Hazado
Copy link

Hazado commented Feb 4, 2022

I have been trying to add some permalights to a drawable span and it keeps stripping them out when I hit compile and save.

		<Span>
			<PermaLights>
				<plKey Name="RTOmniLight15" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="15" />
			</PermaLights>
		</Span>
		<Span>
			<PermaLights>
				<plKey Name="RTOmniLight16" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="16" />
			</PermaLights>
		</Span>
		<Span>
			<PermaLights>
				<plKey Name="RTOmniLight09" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="9" />
				<plKey Name="RTOmniLight08" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="8" />
				<plKey Name="RTOmniLight10" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="10" />
				<plKey Name="RTOmniLight06" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="6" />
				<plKey Name="RTOmniLight05" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="5" />
				<plKey Name="RTOmniLight11" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="11" />
				<plKey Name="RTOmniLight07" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="7" />
				<plKey Name="RTOmniLight12" Type="plOmniLightInfo" Location="21;10" LocFlag="0x0000" ObjID="12" />
			</PermaLights>
		</Span>
	</PermaLightInfo>

The last span there is stripped out every time I hit compile and save.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant