修复Object路径错误
This commit is contained in:
parent
5d51e7143d
commit
24f94aee43
|
|
@ -1,8 +1,8 @@
|
||||||
# ignore all files in the /Easy2D/** directory
|
# ignore all files in the /Easy2D/** directory
|
||||||
Easy2D/Win32/
|
Easy2D/Win32/
|
||||||
Easy2D/x64/
|
Easy2D/x64/
|
||||||
Win32
|
Win32/
|
||||||
x64
|
x64/
|
||||||
backup
|
backup/
|
||||||
*.lnk
|
*.lnk
|
||||||
.vs
|
.vs
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include "easy2d.h"
|
#include "..\easy2d.h"
|
||||||
|
|
||||||
Object::Object() :
|
Object::Object() :
|
||||||
m_nRef(0)
|
m_nRef(0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue