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:
Diffstat (limited to 'source/gameengine/GamePlayer/common/GPC_Engine.h')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_Engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_Engine.h b/source/gameengine/GamePlayer/common/GPC_Engine.h
index 095efee7895..60f0d2af199 100644
--- a/source/gameengine/GamePlayer/common/GPC_Engine.h
+++ b/source/gameengine/GamePlayer/common/GPC_Engine.h
@@ -113,7 +113,7 @@ public:
bool Loading(void) {return m_loading;}
bool Running(void) const {return m_running;}
- virtual float DetermineProgress(void); // will be platform dependant
+ virtual float DetermineProgress(void); // will be platform dependent
void UpdateLoadingAnimation(void);
private: