galdar496 / QiGameEngine

Realtime Game Engine designed with C++ and OpenGL.
http://qiengine.blogspot.com/
1 stars 0 forks source link

Have Array::PushBack() actually return a useful result #19

Closed galdar496 closed 9 years ago

galdar496 commented 9 years ago

Array::PushBack() is designed with a boolean return value but right now only returns true no matter what. Extend the internally used Reallocate() function to return true/false and base the PushBack return value on that.

galdar496 commented 9 years ago

This will depend on https://github.com/galdar496/QiGameEngine/issues/25

galdar496 commented 9 years ago

8b94e66f4034b2178b393659b1d0135ccf1f09ad