Skip to content

Commit

Permalink
namespace fix did not reach two source code places
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Oct 13, 2020
1 parent 7c652fb commit 5973081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ deClassCanvas::~deClassCanvas(){
///////////////

void deClassCanvas::CreateClassMembers( dsEngine *engine ){
pClsCanvasBlendMode = engine->GetClass( "Dragengine.Scenery.CanvasBlendMode" );
pClsCanvasBlendMode = engine->GetClass( "Dragengine.Gui.CanvasBlendMode" );

sInitData init;
init.clsCanvas = this;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ deClassCanvasPaint::~deClassCanvasPaint(){
///////////////

void deClassCanvasPaint::CreateClassMembers( dsEngine *engine ){
pClsCanvasPaintShape = engine->GetClass( "Dragengine.Scenery.CanvasPaintShape" );
pClsCanvasPaintShape = engine->GetClass( "Dragengine.Gui.CanvasPaintShape" );

sInitData init;
init.clsCPaint = this;
Expand Down

0 comments on commit 5973081

Please sign in to comment.