mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Build fix
This commit is contained in:
parent
0b0977f362
commit
60035486d3
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
class QImage;
|
||||
|
||||
enum Eye {
|
||||
Left = bilateral::Side::Left,
|
||||
Right = bilateral::Side::Right
|
||||
Left = (int)bilateral::Side::Left,
|
||||
Right = (int)bilateral::Side::Right
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue