drawcode / oolongengine

Automatically exported from code.google.com/p/oolongengine
0 stars 0 forks source link

Texture.mm vs Texture.cpp reconciliation needed. SDK Zip has .mm (correctly), SVN has .cpp (incorrectly...) #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Note that the Zip per pixel demo builds and the SVN doesn't...

SVN Checkout:
ls -l Oolong\ Engine2/Renderer/Core/GraphicsDevice/
.svn/            OS2x/            OpenGLESExt.cpp  OpenGLESExt.h    Texture.cpp 
     Texture.h

Beta5 Oolong Engine ZIP:
ls OolongEngine2SVN/Renderer/Core/GraphicsDevice/
OS2x        OpenGLESExt.cpp OpenGLESExt.h   Texture.h   Texture.mm

Correction suggestion: in SVN remove Texture.cpp and add Texture.mm from ZIP.

Original issue reported on code.google.com by usieg...@gmail.com on 9 May 2008 at 7:25

GoogleCodeExporter commented 9 years ago
I fixed this now. Thanks for spotting this.

Original comment by wolfgang...@gmail.com on 10 May 2008 at 12:33