From ff8ee80ece59d7532796d96b84720b86bb677315 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Thu, 20 Jul 2006 14:30:03 +0000
Subject: [PATCH] Add an option to toggle point sprites on/off for runway
 lighting.

---
 gui/dialogs/rendering.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gui/dialogs/rendering.xml b/gui/dialogs/rendering.xml
index bcbbe2c52..4832983a0 100644
--- a/gui/dialogs/rendering.xml
+++ b/gui/dialogs/rendering.xml
@@ -33,6 +33,15 @@
       </binding>
     </checkbox>
 
+    <checkbox>
+      <halign>left</halign>
+      <label>Use Point Sprites for Runway Lights</label>
+      <property>/sim/rendering/point-sprites</property>
+      <binding>
+        <command>dialog-apply</command>
+      </binding>
+    </checkbox>
+
     <checkbox>
       <halign>left</halign>
       <label>Enhanced runway lighting</label>