Font working
This commit is contained in:
@ -101,6 +101,6 @@ namespace Dawn {
|
||||
* @param parameter parameter to set the texture on to.
|
||||
* @param texture Texture to bind to the parameter.
|
||||
*/
|
||||
virtual void setTexture(T parameter, std::shared_ptr<Texture> texture)=0;
|
||||
virtual void setTexture(T parameter, Texture *texture) = 0;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user