From 5c2b918cc6617f7452d37c1fe7b43c5d0f94b0d7 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 28 Aug 2021 05:23:25 +0200 Subject: [PATCH] fixup --- radiant/camwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/camwindow.cpp b/radiant/camwindow.cpp index 233262b5..3bd6ee4b 100644 --- a/radiant/camwindow.cpp +++ b/radiant/camwindow.cpp @@ -1435,7 +1435,7 @@ void CamWnd::Cam_Init_World(){ Textures_Realise(); } - // Only run and run once when GlobalShaderSystem().TriggerRefresh() is called before. + // Only run and run once when GlobalShaderSystem().triggerRefresh() is called before. if ( GlobalShaderSystem().triggeredRefresh() ) { -- 2.39.2