summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/16-shadowmaps/vs_shadowmaps_hblur.sc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/16-shadowmaps/vs_shadowmaps_hblur.sc')
-rw-r--r--3rdparty/bgfx/examples/16-shadowmaps/vs_shadowmaps_hblur.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/16-shadowmaps/vs_shadowmaps_hblur.sc b/3rdparty/bgfx/examples/16-shadowmaps/vs_shadowmaps_hblur.sc
index fd670ac1bd0..e7f7b1cf5ad 100644
--- a/3rdparty/bgfx/examples/16-shadowmaps/vs_shadowmaps_hblur.sc
+++ b/3rdparty/bgfx/examples/16-shadowmaps/vs_shadowmaps_hblur.sc
@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
/*
- * Copyright 2011-2016 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2017 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/