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
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/examples/bge.texture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/examples/bge.texture.py b/doc/python_api/examples/bge.texture.py
index b27c357b1ee..0ec9aa16bca 100644
--- a/doc/python_api/examples/bge.texture.py
+++ b/doc/python_api/examples/bge.texture.py
@@ -29,4 +29,4 @@ if not hasattr(logic, 'video'):
logic.video.source.play()
# you need to call this function every frame to ensure update of the texture.
-logic.video.refresh(True) \ No newline at end of file
+logic.video.refresh(True)