From ef0239fa6f25d5ca5b4f125b79d763eda196dea9 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 27 May 2010 07:45:57 +0000 Subject: [PATCH] Update description after 29013, which added windows support for this. --- source/creator/creator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/creator/creator.c b/source/creator/creator.c index 2d1125e75ce..92c580a8d1f 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -932,7 +932,7 @@ void setupArguments(bContext *C, bArgs *ba, SYS_SystemHandle *syshandle) BLI_argsAdd(ba, 1, "-a", NULL, playback_doc, playback_mode, NULL); BLI_argsAdd(ba, 1, "-d", "--debug", debug_doc, debug_mode, ba); - BLI_argsAdd(ba, 1, NULL, "--debug-fpe", "\n\tEnable floating point exceptions (currently linux and osx intel only)", set_fpe, NULL); + BLI_argsAdd(ba, 1, NULL, "--debug-fpe", "\n\tEnable floating point exceptions", set_fpe, NULL); /* second pass: custom window stuff */ BLI_argsAdd(ba, 2, "-p", "--window-geometry", " \n\tOpen with lower left corner at , and width and height as , ", prefsize, NULL);