diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:08 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:08 -0400 |
commit | 38e6766f4715a1d0080f5c4ac9f04f60638ca7b4 (patch) | |
tree | 11a744e5dfcf972556ed4d1d39a5e04f7c54c9dd /libraries/irrlicht | |
parent | 23c39606b0a7ad5088ba2912442ad8dd7b9b6b05 (diff) |
libraries/irrlicht: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/irrlicht')
-rw-r--r-- | libraries/irrlicht/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/irrlicht/README b/libraries/irrlicht/README index 760c0776a0be..b9bda7995367 100644 --- a/libraries/irrlicht/README +++ b/libraries/irrlicht/README @@ -1,3 +1,3 @@ -The Irrlicht Engine is an open source high performance realtime 3D engine -written and usable in C++. It is completely cross-platform, using D3D, -OpenGL and its own software renderers. +The Irrlicht Engine is an open source high performance realtime 3D +engine written and usable in C++. It is completely cross-platform, +using D3D, OpenGL and its own software renderers. |