From 7bed51f531fb5b1a9fc2b0dd4e05437801764513 Mon Sep 17 00:00:00 2001 From: Rogerborg Date: Fri, 21 Nov 2008 15:09:01 +0000 Subject: [PATCH] Making a minimal comment change to changes.txt in order to commit revision 1800 and spoil Hybrid's Friday afternoon. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1801 dfc29bdd-3216-0410-991c-e03cc46cb475 --- changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 1ea417e4..683c13bb 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,6 @@ Changes in version 1.5 (... 2008) - - Renamed IGUIElement::setRelativePosition(const core::rect& r) to setRelativePositionProportional(), as it has radically different functionality from setRelativePosition(const core::rect& r) + - Renamed IGUIElement::setRelativePosition(const core::rect& r) to IGUIElement::setRelativePositionProportional(), as it has radically different functionality from setRelativePosition(const core::rect& r) - Added IGUIElement::setRelativePosition(const core::position2di & position) to set a new position while retaining the existing height and width.