From 30810c926e10c20c7407ef63d8b99456ec4e76fd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 1 Oct 2023 12:04:41 +0200 Subject: Corrected a comment typo. --- src/client/video.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3