Removed RenderTarget event pointer.
This commit is contained in:
		@@ -14,7 +14,11 @@
 | 
			
		||||
namespace Dawn {
 | 
			
		||||
  class RenderTarget {
 | 
			
		||||
    public:
 | 
			
		||||
      StateEvent<RenderTarget*, float_t, float_t> eventRenderTargetResized;
 | 
			
		||||
      StateEvent<
 | 
			
		||||
        RenderTarget&,
 | 
			
		||||
        const float_t,
 | 
			
		||||
        const float_t
 | 
			
		||||
      > eventRenderTargetResized;
 | 
			
		||||
 | 
			
		||||
      /**
 | 
			
		||||
       * Return the width of the render target.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user