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.
This commit is contained in:
Benoit Bolsee 2016-06-21 23:23:05 +02:00
parent 8ae74ece9a
commit 1fd773ed14
1 changed files with 1 additions and 1 deletions

View File

@ -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.