MexSource Posted April 16, 2014 Share Posted April 16, 2014 Hey, I found out that when the editor load a shader it looks like this: Loading shader "C:/Users/Alex/Documents/Leadwerks/Projects/RakNetTest/shaders/model/diffuse.shader"... and when loading other things e.g. textures/materials: Loading texture "C:/Users/Alex/Documents/Leadwerks/Projects/RakNetTest/materials/developer/orangegrid.tex..." Loading material "C:/Users/Alex/Documents/Leadwerks/Projects/RakNetTest/materials/developer/greygrid.mat..." Have you seen this! (if not i will mark it out ) Loading shader "C:/Users/Alex/Documents/Leadwerks/Projects/RakNetTest/shaders/model/diffuse.shader"... << points beyond the quotation marks Loading texture "C:/Users/Alex/Documents/Leadwerks/Projects/RakNetTest/materials/developer/orangegrid.tex..." << points before the quotation marks (dam dam dam...) Loading material "C:/Users/Alex/Documents/Leadwerks/Projects/RakNetTest/materials/developer/greygrid.mat..." << here too what a pity //I have nothing better to do than post this 'bug' C++ :3 Link to comment Share on other sites More sharing options...
Admin Posted April 23, 2014 Share Posted April 23, 2014 Thanks, that's an easy fix. Link to comment Share on other sites More sharing options...
Recommended Posts