diff options
author | Julien Gouesse <[email protected]> | 2018-01-27 13:41:05 +0100 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2018-01-27 13:41:05 +0100 |
commit | b476eeed7ebee18a310ba02b3a740fe34b87cec2 (patch) | |
tree | ed994923c1dfe6679611bba293a06e47991978c1 | |
parent | a15bbfd7d546704b9d7ecae573d7f145f137c218 (diff) | |
parent | eda65808065627ce66c77768e4d71ea35120b527 (diff) |
Merges several Renanse's commits
-rw-r--r-- | ardor3d-examples/src/main/java/com/ardor3d/example/ui/RotatingUIExample.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ardor3d-examples/src/main/java/com/ardor3d/example/ui/RotatingUIExample.java b/ardor3d-examples/src/main/java/com/ardor3d/example/ui/RotatingUIExample.java index ae76e71..d7e10d9 100644 --- a/ardor3d-examples/src/main/java/com/ardor3d/example/ui/RotatingUIExample.java +++ b/ardor3d-examples/src/main/java/com/ardor3d/example/ui/RotatingUIExample.java @@ -3,7 +3,7 @@ * * This file is part of Ardor3D. * - * Ardor3D is free software: you can redistribute it and/or modify it + * Ardor3D is free software: you can redistribute it and/or modify it * under the terms of its license which may be found in the accompanying * LICENSE file or at <http://www.ardor3d.com/LICENSE>. */ @@ -30,7 +30,7 @@ import com.ardor3d.scenegraph.controller.SpatialController; import com.ardor3d.util.ReadOnlyTimer; /** - * Illustrates how to display and move GUI primitatives (e.g. RadioButton, Lable, TabbedPane) on a canvas. + * Illustrates how to display and move GUI primitives (e.g. RadioButton, Label, TabbedPane) on a canvas. */ @Purpose(htmlDescriptionKey = "com.ardor3d.example.ui.RotatingUIExample", // thumbnailPath = "com/ardor3d/example/media/thumbnails/ui_RotatingUIExample.jpg", // |