From a4afec9d80611e7330b3cf28ed891e8f15b665d6 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 12 Feb 2012 15:19:23 +0000 Subject: [PATCH] add a note about David's cube map fixes --- doc/ReleaseNotes | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index 63eb0d41c4..707c35268f 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -19,6 +19,7 @@ it is likely to contain bugs. * Added a custom color option to the cartoon filter * Support for texture arrays in shaders * Better shader support in pandadx9 +* Fix some issues with cube map buffers * Can be compiled to use double-precision floats throughout, instead of the default of single-precision floats. (Graphics drivers still use single-precision floats, of course.)