Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Bolsee <benoit.bolsee@online.be>2016-06-22 00:23:05 +0300
committerBenoit Bolsee <benoit.bolsee@online.be>2016-06-22 00:23:05 +0300
commit1fd773ed14ef00dd276b0406174d71dd10b6cfd6 (patch)
tree468d4793888414c1dd53ba7700c0ec24eb3efaf9 /doc/python_api/rst/bge.texture.rst
parent8ae74ece9a38ac7e7c49e2ba61c103c395fc31ff (diff)
T48694: fix bge.texture.Texture.refresh() documentation
first parameter is mandatory and must be a bool indicating if the image source should be refreshed after updating the texture.
Diffstat (limited to 'doc/python_api/rst/bge.texture.rst')
-rw-r--r--doc/python_api/rst/bge.texture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.texture.rst b/doc/python_api/rst/bge.texture.rst
index f5d325f7ce8..49f6c4469a4 100644
--- a/doc/python_api/rst/bge.texture.rst
+++ b/doc/python_api/rst/bge.texture.rst
@@ -1033,7 +1033,7 @@ Texture classes
:type: bool
- .. method:: refresh(refresh_source=True, timestamp=-1.0)
+ .. method:: refresh(refresh_source, timestamp=-1.0)
Refresh texture from source.