From c85614209bd0eeaeaf62110234c1d613fe8b91a5 Mon Sep 17 00:00:00 2001 From: Nico Schertler Date: Wed, 28 Nov 2018 12:22:05 +0100 Subject: [PATCH] fix --- exercise2/glsl/terrain.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise2/glsl/terrain.frag b/exercise2/glsl/terrain.frag index 68e8105..17367ee 100644 --- a/exercise2/glsl/terrain.frag +++ b/exercise2/glsl/terrain.frag @@ -1,4 +1,4 @@ -// This source code is property of the Computer Graphics and Visualization +// This source code is property of the Computer Graphics and Visualization // chair of the TU Dresden. Do not distribute! // Copyright (C) CGV TU Dresden - All Rights Reserved #version 330