mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-09 01:03:51 +01:00
Fix spelling (comments)
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6461 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
f9a0cbbf95
commit
0887770a1e
@ -121,7 +121,7 @@ Changes in 1.9 (not yet released)
|
||||
- Bugfix: CGUIToolBar automatic placement no longer outside of screen when there are modals screens when creating it.
|
||||
Or when there are other window elements going over full window-size.
|
||||
Thanks to Stephen Lynx for the bugreport and to Sérgio Augusto Vianna for writing a test case with a bug example.
|
||||
Changes: a) Never move the toolbar below it's parents lower border. b) No longer check all element-types, but only try to be below other toolbars or menues.
|
||||
Changes: a) Never move the toolbar below it's parents lower border. b) No longer check all element-types, but only try to be below other toolbars or menus.
|
||||
- Add a normalType parameter to IGeometryCreator::createCylinderMesh
|
||||
- Add a normalsUpdate parameter to IMeshManipulator::transform to allow updating the normals with the inverse-transpose of the transformation matrix.
|
||||
- Bugfix: quaternion::slerp now uses lerpN instead of lerp to keep result normalized.
|
||||
@ -1490,7 +1490,7 @@ Changes in 1.7 (03.02.2010)
|
||||
|
||||
- Let maya-cam animator react on a setTarget call to the camera which happened outside it's own control
|
||||
|
||||
- New contextmenue features:
|
||||
- New contextmenu features:
|
||||
automatic checking for checked flag.
|
||||
close handling now customizable
|
||||
serialization can handle incomplete xml's
|
||||
|
@ -57,7 +57,7 @@ void CGUIContextMenu::setCloseHandling(ECONTEXT_MENU_CLOSE onClose)
|
||||
CloseHandling = onClose;
|
||||
}
|
||||
|
||||
//! get current behavior when the menue will be closed
|
||||
//! get current behavior when the menu will be closed
|
||||
ECONTEXT_MENU_CLOSE CGUIContextMenu::getCloseHandling() const
|
||||
{
|
||||
return CloseHandling;
|
||||
|
@ -34,7 +34,7 @@ namespace gui
|
||||
//! set behavior when menus are closed
|
||||
virtual void setCloseHandling(ECONTEXT_MENU_CLOSE onClose) IRR_OVERRIDE;
|
||||
|
||||
//! get current behavior when the menue will be closed
|
||||
//! get current behavior when the menu will be closed
|
||||
virtual ECONTEXT_MENU_CLOSE getCloseHandling() const IRR_OVERRIDE;
|
||||
|
||||
//! Returns amount of menu items
|
||||
|
Loading…
Reference in New Issue
Block a user