[Bf-blender-cvs] [1a6d455] master: BGE docs fix: link to the correct method name

Sybren A. Stüvel noreply at git.blender.org
Sun Sep 27 17:20:41 CEST 2015


Commit: 1a6d45527fe873d48139aa403f13bb3d828cd841
Author: Sybren A. Stüvel
Date:   Sun Sep 27 17:19:30 2015 +0200
Branches: master
https://developer.blender.org/rB1a6d45527fe873d48139aa403f13bb3d828cd841

BGE docs fix: link to the correct method name

===================================================================

M	doc/python_api/rst/bge.render.rst

===================================================================

diff --git a/doc/python_api/rst/bge.render.rst b/doc/python_api/rst/bge.render.rst
index e51b9ea..3b565e2 100644
--- a/doc/python_api/rst/bge.render.rst
+++ b/doc/python_api/rst/bge.render.rst
@@ -190,7 +190,7 @@ Functions
 
 .. function:: setBackgroundColor(rgba)
 
-   Deprecated and no longer functional. Use :py:meth:`bge.types.KX_WorldInfo.background_color` instead.
+   Deprecated and no longer functional. Use :py:meth:`bge.types.KX_WorldInfo.backgroundColor` instead.
 
 
 .. function:: setEyeSeparation(eyesep)




More information about the Bf-blender-cvs mailing list