git-svn-id: svn://db.shs.com.ru/libs@606 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user