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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-07-13 04:49:22 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-07-13 04:49:22 +0400
commit74494dbcd272070249760214f1eadf20f6ef3907 (patch)
tree09b3cb627a89b634640b677b9e2567774adba04e /doc
parent41f37cff93eeb2e617f6504aaa5f72ea0787fd27 (diff)
SVN maintenance.
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)