Removed Legacy Camera resize

This commit is contained in:
2023-03-01 09:29:25 -08:00
parent 7838e1b92d
commit 1d26228cb5
5 changed files with 4 additions and 8 deletions

View File

@ -40,8 +40,7 @@ namespace Dawn {
StateProperty<float_t> clipNear;
StateProperty<float_t> clipFar;
Event<float_t, float_t> eventRenderTargetResized;
StateEvent<float_t, float_t> event2RenderTargetResized;
StateEvent<float_t, float_t> eventRenderTargetResized;
/**
* Create a new Camera Component.