1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

rwengine: remove unused private field

This commit is contained in:
Anonymous Maarten 2018-09-01 04:39:39 +02:00
parent 0b8bc41fa7
commit 9189a02860

View File

@ -11,8 +11,6 @@ private:
glm::vec3 direction{};
glm::quat lastRotation = glm::vec3(0.f, 0.f, 0.f);
bool missionRestartRequired = false;
bool adrenalineEffect = false;