From f90cea1a227e4bc330b81637bf0c59248457cde6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 11 Feb 2012 22:28:57 +0000 Subject: [PATCH] whoops, typo --- doc/ReleaseNotes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index fd9783b5a3..63eb0d41c4 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -34,7 +34,7 @@ it is likely to contain bugs. * New "Ramdisk" mount type available for the VFS * The VFS is now writable for ramdisk files and true on-disk files * pdeploy -i generates a custom icon for the installed game -* wx and tk work better on OSX. +* wx and tk work better on OSX * Panda windows can be embedded within wxPython windows on all platforms (including OSX) with the new WxPandaWindow class * Added base.pixel2d for pixel-based 2-D coordinates @@ -45,7 +45,7 @@ it is likely to contain bugs. * DirectGui works with nonstandard coordinate-system in effect * Egg loader handles double-sided polygons a little differently by default now, for better render performance but more memory usage - (use "egg-emulate-bface 1" to restore the old behavior if needed). + (use "egg-emulate-bface 0" to restore the old behavior if needed). ------------------------ RELEASE 1.7.2 ------------------------