From 1fd773ed14ef00dd276b0406174d71dd10b6cfd6 Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Tue, 21 Jun 2016 23:23:05 +0200 Subject: 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. --- doc/python_api/rst/bge.texture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3