Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2023-10-01 12:04:41 +0200
committerStijn Buys <ingar@telenet.be>2023-10-01 12:04:41 +0200
commit30810c926e10c20c7407ef63d8b99456ec4e76fd (patch)
treeea3154e9a83525cc825af79e60d0853fced81684
parente48640cb71ceb85cda8b7714a32f04b0e4c66614 (diff)
Corrected a comment typo.
-rw-r--r--src/client/video.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/video.cc b/src/client/video.cc
index 5f8c14d..15f1c04 100644
--- a/src/client/video.cc
+++ b/src/client/video.cc
@@ -260,7 +260,7 @@ void restart()
shutdown();
// clear models and materials
- /* resetting the rednder subsystem will force a reload of all materials
+ /* resetting the render subsystem will force a reload of all materials
*/
model::Model::clear();