diff mde/mde.d @ 103:42e241e7be3e

ContentList content type; getting content items/lists from Options generically via content.Items, and a new addContent widget function. Several improvements to generic handling of content. New button-with-text widget. Some tidy-up. Some name changes, to increase uniformity. Bug-fix: floating widgets of fixed size could previously be made larger than intended from config dimdata.
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 25 Nov 2008 18:01:44 +0000
parents ba035eba07b4
children 20f7d813bb0f
line wrap: on
line diff
--- a/mde/mde.d	Sat Nov 22 20:59:36 2008 +0000
+++ b/mde/mde.d	Tue Nov 25 18:01:44 2008 +0000
@@ -1,4 +1,4 @@
-/* LICENSE BLOCK
+/* LICENSE BLOCK
 Part of mde: a Modular D game-oriented Engine
 Copyright © 2007-2008 Diggory Hardy
 
@@ -81,7 +81,7 @@
     mainSchedule.add (mainSchedule.getNewID, &mde.events.pollEvents).frame = true;
     //END Main loop setup
     
-	double pollInterval = miscOpts.pollInterval();
+    double pollInterval = miscOpts.pollInterval();
     while (run) {
         mainSchedule.execute (Clock.now());