git-svn-id: svn://db.shs.com.ru/libs@606 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-10-08 11:47:44 +00:00
parent c0c11def52
commit 1305a25427
3 changed files with 7 additions and 3 deletions

View File

@@ -604,8 +604,8 @@ void QGLView::checkCaps() {
void QGLView::reloadThisShaders() {
if (!shaders_supported) return;
loadShaders(shader_select, "selection", "shaders");
loadShaders(shader_halo, "selection_halo", "shaders");
loadShaders(shader_select, "selection", ":/shaders");
loadShaders(shader_halo, "selection_halo", ":/shaders");
//loadShaders(shader_rope, "rope", "://shaders");
}