﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
19	LessHUD and JelloShot targetview fails to render	MrWabbit	FlingPu	"Both the targetviews in LessHUD and !JelloShot fail to render correctly.
the geo -thing is there, as well as the shield and hull indicators. 

checked dialog mdl; everything after the lines for the geo appears to be ignored. Confirmed by testing hypothesis by changing code like so:

(line 2996 and onwards)
{{{
fpTargetDisplayGroup1 = 
	GroupImage([
			TranslateImage(fpTargetShieldImage, Point(119, 0)),
			TranslateImage(fpTargetHullImage, Point(0, 0)),
			TranslateImage(fpTargetExperienceImage, Point(280, 120)),
			TranslateImage(fpTargetOvalColor, Point(6, 17)),
			TranslateImage(TargetName, Point(6, 108)),
			TranslateImage(fpTargetRange, Point(166, 16)),
			TranslateImage(fpTargetSpeed, Point(-142, 16)),
			TranslateImage(fpTargetInRange, Point(6, 14))
			]);

fpTargetGeo = 
	GeoImage(
		targetGeo,
		Rect(0, 0, 96, 96),
		targetCamera,
		true
		);
			
fpTargetDisplay = 
VisibleImage(
	TranslateImage(
		GroupImage([	
			TranslateImage(fpTargetGeo,Point(36, -8)),
			TranslateImage(fpTargetDisplayGroup1, Point(0, 0))
			])
		,Point(234, 27)
    ),
	IsNotNull(Target, OnEveryFrame)
);
}}}"	defect	new	minor		HUD: lessHUD	1.76		Jelloshot, lesshud, targeting view, geoimage	
